projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac29b7
)
utils.c: add missing include
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Feb 2015 09:05:01 +0000
(20:05 +1100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Feb 2015 09:05:01 +0000
(20:05 +1100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
utils.c
patch
|
blob
|
history
diff --git
a/utils.c
b/utils.c
index aa4132be103b2a2191dbebcbcfb323cb85d4019d..ba2695272ac9a1fac486ebdecc6f97544aaf54fb 100644
(file)
--- a/
utils.c
+++ b/
utils.c
@@
-17,6
+17,7
@@
#include <arpa/inet.h>
#include <netinet/in.h>
+#include <sys/socket.h>
#ifdef __APPLE__
#include <libproc.h>