changeset 876:4dcd5decb4fd

Forgot to check in a header that moved from ifconfig to toynet.h.
author Rob Landley <rob@landley.net>
date Mon, 22 Apr 2013 01:56:26 -0500
parents 2650f5f56bab
children 37e668afd008
files toynet.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/toynet.h	Sun Apr 21 23:45:35 2013 +0200
+++ b/toynet.h	Mon Apr 22 01:56:26 2013 -0500
@@ -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>