aboutsummaryrefslogtreecommitdiff
path: root/toynet.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-04-22 01:56:26 -0500
committerRob Landley <rob@landley.net>2013-04-22 01:56:26 -0500
commitc732dce980dfec2c34b4d9bee131fb87d2f1557f (patch)
treedb84b7b92816debe395f2026205e1ba51781b760 /toynet.h
parentd8966043ca52618193a3412c2f59b52d20365128 (diff)
downloadtoybox-c732dce980dfec2c34b4d9bee131fb87d2f1557f.tar.gz
Forgot to check in a header that moved from ifconfig to toynet.h.
Diffstat (limited to 'toynet.h')
-rw-r--r--toynet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toynet.h b/toynet.h
index 2ecda641..4f87feb3 100644
--- a/toynet.h
+++ b/toynet.h
@@ -3,6 +3,7 @@
// going to build it.
#include <sys/socket.h>
+#include <sys/un.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>