From: Eric Anholt Date: Fri, 28 Jul 2006 22:29:05 +0000 (-0700) Subject: Restore netinet/in.h include that was removed in the DECnet commit. X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3a2f83f1e4d3567fcd4494e7bae31e99645ef85;p=free-sw%2Fxcb%2Flibxcb Restore netinet/in.h include that was removed in the DECnet commit. --- 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 #include #include +#include #ifdef DNETCONN #include #include