diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-02-16 20:05:01 +1100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-02-16 20:05:01 +1100 |
commit | 2d09cca0e90127d33eed43b8790f5778ba3b943f (patch) | |
tree | 84f2544266f22d3b676e59868898a82da3bd4d73 /utils.c | |
parent | 7ac29b75319fd69a8a7c0aeea7804d381ec07d3d (diff) |
utils.c: add missing include
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ #include <arpa/inet.h> #include <netinet/in.h> +#include <sys/socket.h> #ifdef __APPLE__ #include <libproc.h> |