diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-19 09:08:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:29 -0500 |
commit | 3255daa1888c7d2f10e929b1d0614db4a0a013e7 (patch) | |
tree | df87351e4f5282a34936810f101a52603b42d950 /source3/lib/talloc/talloc.h | |
parent | 4c8dc9c11eb97b1b20b3b6a03a155acb2dfc193b (diff) | |
download | samba-3255daa1888c7d2f10e929b1d0614db4a0a013e7.tar.gz samba-3255daa1888c7d2f10e929b1d0614db4a0a013e7.tar.bz2 samba-3255daa1888c7d2f10e929b1d0614db4a0a013e7.zip |
r22366: sync lib/talloc/ with samba4
metze
(This used to be commit 7fab12b34a818f029f4285a59d6e49768b7f8e79)
Diffstat (limited to 'source3/lib/talloc/talloc.h')
-rw-r--r-- | source3/lib/talloc/talloc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/lib/talloc/talloc.h b/source3/lib/talloc/talloc.h index 51640bb28d..195c6c25b6 100644 --- a/source3/lib/talloc/talloc.h +++ b/source3/lib/talloc/talloc.h @@ -26,6 +26,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <stdlib.h> +#include <stdio.h> +#include <stdarg.h> + /* this is only needed for compatibility with the old talloc */ typedef void TALLOC_CTX; |