diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-16 21:42:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:49 -0500 |
commit | 2cb07b0f1bab01a406d8d75d19d1039ce5ed3105 (patch) | |
tree | 9b348416d68970f4544f1c1403706b4d455547ee | |
parent | eaa11475cdf64449bf53560e9f89c282c0197478 (diff) | |
download | samba-2cb07b0f1bab01a406d8d75d19d1039ce5ed3105.tar.gz samba-2cb07b0f1bab01a406d8d75d19d1039ce5ed3105.tar.bz2 samba-2cb07b0f1bab01a406d8d75d19d1039ce5ed3105.zip |
r6831: talloc now requires config.h (this fixes ldb build)
(This used to be commit aac86583a9bff7d882ed56633126a1d9f27eea6a)
-rw-r--r-- | source4/lib/talloc/talloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/talloc/talloc.c b/source4/lib/talloc/talloc.c index 8a29c8c014..e0f4cf9aff 100644 --- a/source4/lib/talloc/talloc.c +++ b/source4/lib/talloc/talloc.c @@ -27,9 +27,7 @@ */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include <stdio.h> #include <stdlib.h> |