Share talloc source code between Samba 3 and Samba 4.
[samba.git] / source3 / include / includes.h
index 9c5ea08f6d523a16278fb78b18774140f4ddcc66..0691a76235a7d8519d45b46be7f8b54005635b09 100644 (file)
@@ -652,7 +652,7 @@ typedef char fstring[FSTRING_LEN];
 #include "tdb.h"
 #include "util_tdb.h"
 
-#include "lib/talloc/talloc.h"
+#include "../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)