diff options
-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> |
index : forks/toybox | ||
Toybox with POSIX patches from E5ten |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | toynet.h | 1 |
@@ -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> |