Add #include <stdarg.h>
authorDave West <davew@uncensored.citadel.org>
Tue, 6 Nov 2007 19:40:39 +0000 (19:40 +0000)
committerDave West <davew@uncensored.citadel.org>
Tue, 6 Nov 2007 19:40:39 +0000 (19:40 +0000)
Needed for the prototype of vlprintf, at least on the system I'm trying
to use Easy Install on anyway.
Why did this not show up any where else?
More to the point why did it not show up on my dev system, should be
practically identical to the system I'm trying to use Easy Install on.

citadel/sysdep_decls.h

index e2b8f677212b222a38561df14233b1e49a6c368d..630d117e3385eaf34ee0f6bb838f1ad10bc5949e 100644 (file)
@@ -12,6 +12,7 @@
 
 
 #include <pthread.h>
+#include <stdarg.h>
 #include "sysdep.h"
 #include "server.h"