summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-07-28 15:29:05 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-07-28 15:29:05 -0700
commitb3a2f83f1e4d3567fcd4494e7bae31e99645ef85 (patch)
tree146ebae4be29f50366cc22e8dd5fed497345d9dd
parentb7c96681b2bfc968b198058122c93050feb7927e (diff)
Restore netinet/in.h include that was removed in the DECnet commit.
-rw-r--r--src/xcb_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcb_util.c b/src/xcb_util.c
index f5c7cec..3bcaefd 100644
--- a/src/xcb_util.c
+++ b/src/xcb_util.c
@@ -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>