From c0e60d053598a1d8cd1e3367a38a001ef7c1992a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 17 Aug 2006 01:49:42 +0000 Subject: r17578: in standalone talloc build ensure we get intptr_t if available (which makes the discard_const stuff nicer) (This used to be commit 662f01f8ba861a5ef1d5ee724ed2b3ab9812597a) --- source4/lib/talloc/talloc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/lib') diff --git a/source4/lib/talloc/talloc.c b/source4/lib/talloc/talloc.c index 5a14109190..fc0462929c 100644 --- a/source4/lib/talloc/talloc.c +++ b/source4/lib/talloc/talloc.c @@ -36,6 +36,9 @@ #include #include #include +#ifdef HAVE_STDINT_H +#include +#endif #if defined(HAVE_STDARG_H) #include -- cgit