[Xcb-commit] xcb

Eric Anholt anholt at kemper.freedesktop.org
Fri Jul 28 15:32:09 PDT 2006


 xcb/src/xcb_util.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 8e9fc90da8350fa77f5b0e02d5357011932591aa (from 9e522d5d5fddbdf7e99b80278938e028b282f2b6)
Author: Eric Anholt <anholt at FreeBSD.org>
Date:   Fri Jul 28 15:29:05 2006 -0700

    Restore netinet/in.h include that was removed in the DECnet commit.

diff --git a/xcb/src/xcb_util.c b/xcb/src/xcb_util.c
index f5c7cec..3bcaefd 100644
--- a/xcb/src/xcb_util.c
+++ b/xcb/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>


More information about the xcb-commit mailing list