1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r17578: in standalone talloc build ensure we get intptr_t if available (which

makes the discard_const stuff nicer)
(This used to be commit 662f01f8ba)
This commit is contained in:
Andrew Tridgell 2006-08-17 01:49:42 +00:00 committed by Gerald (Jerry) Carter
parent 7d6bfb45ba
commit c0e60d0535

View File

@ -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>