Windows cleanup: include proper headers, remove unused variables, fix

type of signal handler.  Mostly from Ron Koenderink.
This commit is contained in:
Markus Armbruster 2004-02-16 17:44:38 +00:00
parent cc5d78c2f0
commit 7dbb87b0e0
6 changed files with 13 additions and 15 deletions

View file

@ -43,6 +43,7 @@
#include <netdb.h>
#include <unistd.h>
#else
#include <io.h>
#include <winsock.h>
#endif
#include <ctype.h>