summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/config.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-13 11:02:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:00 -0500
commitc8461d737a7ec7ec22b7dbd8344a76e44378becf (patch)
treebbcaa341e2b77f1f67e06e82661f0b1a8e60e256 /source4/heimdal_build/config.h
parent12ed349f9025a4ca27f7399bb352c674af284ac4 (diff)
downloadsamba-c8461d737a7ec7ec22b7dbd8344a76e44378becf.tar.gz
samba-c8461d737a7ec7ec22b7dbd8344a76e44378becf.tar.bz2
samba-c8461d737a7ec7ec22b7dbd8344a76e44378becf.zip
r8419: in order to use our replace.h, heimdal needs stdarg.h
(This used to be commit 234fc1fb052fe6a2cef47861b13bdd82b57fc49b)
Diffstat (limited to 'source4/heimdal_build/config.h')
-rw-r--r--source4/heimdal_build/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h
index 7c47e73af4..97c972799b 100644
--- a/source4/heimdal_build/config.h
+++ b/source4/heimdal_build/config.h
@@ -51,5 +51,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
#define HAVE_GAI_STRERROR
#include <sys/types.h>
+#include <stdarg.h>
#include "lib/replace/replace.h"
#endif