chiark
/
gitweb
/
~ianmdlvl
/
adns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b30caa
)
Add <stdarg.h>.
author
ian
<ian>
Sat, 16 Sep 2000 22:34:16 +0000
(22:34 +0000)
committer
ian
<ian>
Sat, 16 Sep 2000 22:34:16 +0000
(22:34 +0000)
regress/hcommon.c
patch
|
blob
|
history
regress/hcommon.c.m4
patch
|
blob
|
history
diff --git
a/regress/hcommon.c
b/regress/hcommon.c
index cd3530914230cf182740d375cadf907ef4db8532..2cd3508a251dd7434ad0ef0b9ac736f295502d6f 100644
(file)
--- a/
regress/hcommon.c
+++ b/
regress/hcommon.c
@@
-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>
diff --git
a/regress/hcommon.c.m4
b/regress/hcommon.c.m4
index 5807ddd453f1ea149a597ac44c87bc635893601d..0fb5229352f06c1d5c321ede36411ab554cc01d5 100644
(file)
--- a/
regress/hcommon.c.m4
+++ b/
regress/hcommon.c.m4
@@
-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>