summaryrefslogtreecommitdiff
path: root/regress/hrecord.c.m4
diff options
context:
space:
mode:
authorian <ian>2000-09-13 22:17:58 +0000
committerian <ian>2000-09-13 22:17:58 +0000
commitbbede9a35425c76e4e74cae1a8044e404f83201e (patch)
tree8177f39a157fe0f22835defc7d83ddb68c0565c5 /regress/hrecord.c.m4
parent0a4fd9ed24e89e1b772666f675120c8b0d5a61c2 (diff)
+ * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
@@ -1,6 +1,8 @@ + * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ... + * #include <sys/types.h> and <unistd.h> for fcntl in */*.c.
Diffstat (limited to 'regress/hrecord.c.m4')
-rw-r--r--regress/hrecord.c.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/hrecord.c.m4 b/regress/hrecord.c.m4
index 17f7034..58d3636 100644
--- 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;