diff options
author | Rob Landley <rob@landley.net> | 2013-04-22 01:56:26 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-04-22 01:56:26 -0500 |
commit | c732dce980dfec2c34b4d9bee131fb87d2f1557f (patch) | |
tree | db84b7b92816debe395f2026205e1ba51781b760 | |
parent | d8966043ca52618193a3412c2f59b52d20365128 (diff) | |
download | toybox-c732dce980dfec2c34b4d9bee131fb87d2f1557f.tar.gz |
Forgot to check in a header that moved from ifconfig to toynet.h.
-rw-r--r-- | toynet.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |