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:
parent
76a94d8f02
commit
004055a3be
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue