]> git.sur5r.net Git - i3/i3status/commitdiff
fix compilation on FreeBSD
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 24 Nov 2015 18:26:07 +0000 (19:26 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 24 Nov 2015 18:26:07 +0000 (19:26 +0100)
fixes #83

src/first_network_device.c

index 16f23e07702f4f42ab031987adbacfccf38b035d..06d8b4a03471af2800cd341438ef6882b094ff93 100644 (file)
@@ -1,4 +1,5 @@
 // vim:ts=4:sw=4:expandtab
+#include <sys/socket.h>
 #include <sys/stat.h>
 #include <stdlib.h>
 #include <ifaddrs.h>