From c8461d737a7ec7ec22b7dbd8344a76e44378becf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Jul 2005 11:02:56 +0000 Subject: r8419: in order to use our replace.h, heimdal needs stdarg.h (This used to be commit 234fc1fb052fe6a2cef47861b13bdd82b57fc49b) --- source4/heimdal_build/config.h | 1 + 1 file changed, 1 insertion(+) 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 +#include #include "lib/replace/replace.h" #endif -- cgit