]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/log.c
Made ngIRCd compile on HP/UX 10.20 with native HP pre-ANSI C compiler and
[ngircd-alex.git] / src / ngircd / log.c
index 7fa57255ca7b957373db701c29865ca3f223e3de..6fa7a4a7fbd05abaa8c026a051f7a5000e5cd489 100644 (file)
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: log.c,v 1.47 2004/06/26 08:50:44 alex Exp $";
+static char UNUSED id[] = "$Id: log.c,v 1.48 2004/10/20 13:47:32 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
 #include <errno.h>
-#include <stdarg.h>
+#ifdef PROTOTYPES
+#      include <stdarg.h>
+#else
+#      include <varargs.h>
+#endif
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>