1
0
Fork 0

Fix include order for FreeBSD. Actually this is the published order for

Linux, but linux seems to be more tolerant of the includes being out of order.
This commit is contained in:
curt 2001-07-16 23:12:39 +00:00
parent 76a94d8f02
commit 004055a3be

View file

@ -2,8 +2,8 @@
#ifndef _MSC_VER
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
#include <netdb.h>