diff options
Diffstat (limited 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> |