]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.c
Made ngIRCd compile on HP/UX 10.20 with native HP pre-ANSI C compiler and
[ngircd-alex.git] / src / ngircd / conn.c
index 31f2c1d2764879520f2b72da993487e78cf053eb..6a9c25f12420fbb6e4473e5809ebbf86302cb36f 100644 (file)
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: conn.c,v 1.139 2004/10/04 23:23:41 alex Exp $";
+static char UNUSED id[] = "$Id: conn.c,v 1.140 2004/10/20 13:47:32 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
-#include <stdarg.h>
+#ifdef PROTOTYPES
+#      include <stdarg.h>
+#else
+#      include <varargs.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>