add errno.h
CVS patchset: 643 CVS date: 1996/06/18 17:07:21
This commit is contained in:
parent
4cd9f67a2a
commit
6d78907efe
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue