summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 16056a56a1..ede93e5865 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -638,7 +638,7 @@ typedef int BOOL;
#include "tdbutil.h"
#include "tdbback.h"
-#include "talloc.h"
+#include "lib/talloc/talloc.h"
/* And a little extension. Abort on type mismatch */
#define talloc_get_type_abort(ptr, type) \
(type *)talloc_check_name_abort(ptr, #type)