OSDN Git Service

Forgot to check in a header that moved from ifconfig to toynet.h.
authorRob Landley <rob@landley.net>
Mon, 22 Apr 2013 06:56:26 +0000 (01:56 -0500)
committerRob Landley <rob@landley.net>
Mon, 22 Apr 2013 06:56:26 +0000 (01:56 -0500)
toynet.h

index 2ecda64..4f87feb 100644 (file)
--- 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>