projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7c9668
)
Restore netinet/in.h include that was removed in the DECnet commit.
author
Eric Anholt
<anholt@FreeBSD.org>
Fri, 28 Jul 2006 22:29:05 +0000
(15:29 -0700)
committer
Eric Anholt
<anholt@FreeBSD.org>
Fri, 28 Jul 2006 22:29:05 +0000
(15:29 -0700)
src/xcb_util.c
patch
|
blob
|
history
diff --git
a/src/xcb_util.c
b/src/xcb_util.c
index
f5c7cec
..
3bcaefd
100644
(file)
--- 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>