From: Alan Coopersmith Date: Thu, 20 Apr 2006 04:51:33 +0000 (-0700) Subject: Bugfix: xcb_conn.c included instead of the POSIX-standard . X-Git-Tag: 1.8.1~316 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05a66af895442b9fceb96c9130e77694927eabaf;p=profile%2Fivi%2Flibxcb.git Bugfix: xcb_conn.c included instead of the POSIX-standard . --- diff --git a/src/xcb_conn.c b/src/xcb_conn.c index 95b5fa2..f25cc20 100644 --- a/src/xcb_conn.c +++ b/src/xcb_conn.c @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include "xcb.h"