Back out the previous revision (system header inclusion cleanup), it
doesn't compile on crufty old systems.
This commit is contained in:
parent
7bddbe98a4
commit
f4e018b6ee
1 changed files with 5 additions and 3 deletions
|
@ -36,16 +36,18 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef _WIN32
|
||||
#define WIN32
|
||||
#include "winsock2.h"
|
||||
#undef NS_ALL
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "prototypes.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue