diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-07-15 23:35:49 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-07-15 23:35:49 +0100 |
commit | fcdcd272b805eece49698cec15ad2e9f94e19e54 (patch) | |
tree | a8c9559f1958746651f197d63ba93f9079648c68 | |
parent | 50af5c225d193b689d08a64d2c3ae155b57417b4 (diff) | |
parent | 0aa0615b97d02463eeffa9d61b59dc4992680b3c (diff) | |
download | prosody-fcdcd272b805eece49698cec15ad2e9f94e19e54.tar.gz prosody-fcdcd272b805eece49698cec15ad2e9f94e19e54.zip |
Merge 0.9->trunk
-rw-r--r-- | util-src/net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-src/net.c b/util-src/net.c index 497cd95f..37fb12cf 100644 --- a/util-src/net.c +++ b/util-src/net.c @@ -20,6 +20,7 @@ #include <net/if.h> #include <ifaddrs.h> #include <arpa/inet.h> + #include <netinet/in.h> #endif #include <lua.h> |