Author: tridge
Date: 2006-08-17 01:49:42 +0000 (Thu, 17 Aug 2006)
New Revision: 17578

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17578

Log:

in standalone talloc build ensure we get intptr_t if available (which
makes the discard_const stuff nicer)

Modified:
   branches/SAMBA_4_0/source/lib/talloc/talloc.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/talloc.c
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/talloc.c       2006-08-17 00:44:29 UTC 
(rev 17577)
+++ branches/SAMBA_4_0/source/lib/talloc/talloc.c       2006-08-17 01:49:42 UTC 
(rev 17578)
@@ -36,6 +36,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
 
 #if defined(HAVE_STDARG_H)
 #include <stdarg.h>

Reply via email to