1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

tldap: Add some required includes

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
Volker Lendecke 2015-12-18 17:23:19 +01:00 committed by Günther Deschner
parent 2d80498e64
commit 59c1b1048f

View File

@ -20,6 +20,7 @@
#ifndef __TLDAP_H__
#define __TLDAP_H__
#include "replace.h"
#include <talloc.h>
#include <tevent.h>
#include "lib/util/data_blob.h"