Fixed annoying compile warnings.

This commit is contained in:
Jorrit Herder 2005-07-08 12:25:13 +00:00
parent 1adcfcdf1c
commit 2b3961eb91
2 changed files with 3 additions and 0 deletions

View file

@ -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>

View file

@ -2,6 +2,7 @@
/* bsd-socket(2)-lookalike */
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>