1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

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

View File

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