diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-07-28 15:29:05 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-07-28 15:29:05 -0700 |
commit | b3a2f83f1e4d3567fcd4494e7bae31e99645ef85 (patch) | |
tree | 146ebae4be29f50366cc22e8dd5fed497345d9dd /src/xcb_util.c | |
parent | b7c96681b2bfc968b198058122c93050feb7927e (diff) |
Restore netinet/in.h include that was removed in the DECnet commit.
Diffstat (limited to 'src/xcb_util.c')
-rw-r--r-- | src/xcb_util.c | 1 |
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> |