include arpa/inet.h to get byte order routines

This commit is contained in:
Alexandre Ratchov 2012-10-04 15:24:43 +02:00
parent a3a786b16e
commit 8961afb69e
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <errno.h>