diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-13 11:02:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:23:00 -0500 |
commit | c8461d737a7ec7ec22b7dbd8344a76e44378becf (patch) | |
tree | bbcaa341e2b77f1f67e06e82661f0b1a8e60e256 | |
parent | 12ed349f9025a4ca27f7399bb352c674af284ac4 (diff) | |
download | samba-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)
-rw-r--r-- | source4/heimdal_build/config.h | 1 |
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 |