add errno.h
authorroot <devnull@localhost>
Tue, 18 Jun 1996 17:07:21 +0000 (17:07 +0000)
committerroot <devnull@localhost>
Tue, 18 Jun 1996 17:07:21 +0000 (17:07 +0000)
CVS patchset: 643
CVS date: 1996/06/18 17:07:21

build/pack.c
build/reqprov.c

index 60ce41d..5122de6 100644 (file)
@@ -9,6 +9,7 @@
 #include <signal.h>
 #include <fcntl.h>
 #include <string.h>
+#include <errno.h>
 
 #include "pack.h"
 #include "header.h"
index dde761f..00025a7 100644 (file)
@@ -8,6 +8,7 @@
 #include <ctype.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <errno.h>
 
 #include "specP.h"
 #include "reqprov.h"