Restore netinet/in.h include that was removed in the DECnet commit.
authorEric Anholt <anholt@FreeBSD.org>
Fri, 28 Jul 2006 22:29:05 +0000 (15:29 -0700)
committerEric Anholt <anholt@FreeBSD.org>
Fri, 28 Jul 2006 22:29:05 +0000 (15:29 -0700)
src/xcb_util.c

index f5c7cec..3bcaefd 100644 (file)
@@ -29,6 +29,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <netinet/in.h>
 #ifdef DNETCONN
 #include <netdnet/dnetdb.h>
 #include <netdnet/dn.h>