Add <stdarg.h>.
authorian <ian>
Sat, 16 Sep 2000 22:34:16 +0000 (22:34 +0000)
committerian <ian>
Sat, 16 Sep 2000 22:34:16 +0000 (22:34 +0000)
regress/hcommon.c
regress/hcommon.c.m4

index cd35309..2cd3508 100644 (file)
@@ -1,6 +1,7 @@
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <stdarg.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
index 5807ddd..0fb5229 100644 (file)
@@ -28,6 +28,7 @@ m4_include(hmacros.i4)
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <stdarg.h>
 
 #include <sys/types.h>
 #include <sys/socket.h>