Fixed annoying compile warnings.
This commit is contained in:
parent
1adcfcdf1c
commit
2b3961eb91
2 changed files with 3 additions and 0 deletions
|
@ -3,8 +3,10 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <net/gen/socket.h>
|
||||
#include <net/gen/emu.h>
|
||||
#include <net/gen/tcp.h>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
/* bsd-socket(2)-lookalike */
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in a new issue