user netinet/inet.h rather than arpa/inet.h

This commit is contained in:
Alexandre Ratchov 2012-10-26 16:58:55 +02:00
parent b97efa105d
commit f7a1b42dce
2 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <errno.h>
#include <fcntl.h>

View File

@ -17,8 +17,8 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <errno.h>
#include <fcntl.h>