git.samba.org
/
kai
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'singlereplace' into single
[kai/samba.git]
/
source3
/
include
/
includes.h
diff --git
a/source3/include/includes.h
b/source3/include/includes.h
index e87ac0ad3217637a1057b3c0de0b2ea3825c8a38..ccdc6d3fd3c19ecc17947340b8e6b707026b95fd 100644
(file)
--- a/
source3/include/includes.h
+++ b/
source3/include/includes.h
@@
-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)