chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
+ * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
[adns]
/
regress
/
hrecord.c.m4
diff --git
a/regress/hrecord.c.m4
b/regress/hrecord.c.m4
index 17f70344c72b4ad21abac83fd144fd03430fbae8..58d3636703d0cd7370aabec858758d7fc3f550f2 100644
(file)
--- a/
regress/hrecord.c.m4
+++ b/
regress/hrecord.c.m4
@@
-27,10
+27,13
@@
m4_include(hmacros.i4)
#include <assert.h>
#include <string.h>
-#include <fcntl.h>
#include <errno.h>
#include <stdlib.h>
+#include <sys/types.h>
+#include <unistd.h>
+#include <fcntl.h>
+
#include "harness.h"
static FILE *Toutputfile;