add errno.h

CVS patchset: 643
CVS date: 1996/06/18 17:07:21
This commit is contained in:
root 1996-06-18 17:07:21 +00:00
parent 4cd9f67a2a
commit 6d78907efe
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <signal.h> #include <signal.h>
#include <fcntl.h> #include <fcntl.h>
#include <string.h> #include <string.h>
#include <errno.h>
#include "pack.h" #include "pack.h"
#include "header.h" #include "header.h"

View File

@ -8,6 +8,7 @@
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <errno.h>
#include "specP.h" #include "specP.h"
#include "reqprov.h" #include "reqprov.h"