svn commit: samba r8419 - in branches/SAMBA_4_0/source/heimdal_build: .

tridge at samba.org tridge at samba.org
Wed Jul 13 11:02:56 GMT 2005


Author: tridge
Date: 2005-07-13 11:02:56 +0000 (Wed, 13 Jul 2005)
New Revision: 8419

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8419

Log:
in order to use our replace.h, heimdal needs stdarg.h


Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.h


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.h	2005-07-13 10:58:43 UTC (rev 8418)
+++ branches/SAMBA_4_0/source/heimdal_build/config.h	2005-07-13 11:02:56 UTC (rev 8419)
@@ -51,5 +51,6 @@
 #define HAVE_GAI_STRERROR
 
 #include <sys/types.h>
+#include <stdarg.h>
 #include "lib/replace/replace.h"
 #endif



More information about the samba-cvs mailing list