include unistd.h for some standard file related prototypes
This commit is contained in:
parent
384a321928
commit
89659d87d9
1
netcat.c
1
netcat.c
|
@ -76,6 +76,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <fcntl.h> /* O_WRONLY et al */
|
#include <fcntl.h> /* O_WRONLY et al */
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
/* handy stuff: */
|
/* handy stuff: */
|
||||||
#define SA struct sockaddr /* socket overgeneralization braindeath */
|
#define SA struct sockaddr /* socket overgeneralization braindeath */
|
||||||
|
|
Loading…
Reference in New Issue