diff options
Diffstat (limited to 'src/get_ip_addr.c')
-rw-r--r-- | src/get_ip_addr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/get_ip_addr.c b/src/get_ip_addr.c index cc812f2..c394227 100644 --- a/src/get_ip_addr.c +++ b/src/get_ip_addr.c @@ -1,5 +1,5 @@ // vim:ts=8:expandtab -#include <net/if.h> +#include <netinet/in.h> #include <sys/socket.h> #include <sys/types.h> #include <stdlib.h> @@ -7,6 +7,7 @@ #include <string.h> #include <netdb.h> #include <ifaddrs.h> +#include <net/if.h> #include "i3status.h" |