From b567a3027bceabc0f1f42dd162268f06f15e8149 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 18 Oct 2009 12:07:02 +0000 Subject: Updated following packages: libX11-1.3.1 xtrans-1.2.5 --- libX11/src/xcb_io.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libX11/src/xcb_io.c') diff --git a/libX11/src/xcb_io.c b/libX11/src/xcb_io.c index 4f0159c98..4bddbf419 100644 --- a/libX11/src/xcb_io.c +++ b/libX11/src/xcb_io.c @@ -1,6 +1,10 @@ /* Copyright (C) 2003-2006 Jamey Sharp, Josh Triplett * This file is licensed under the MIT license. See the file COPYING. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "Xlibint.h" #include "locking.h" #include "Xprivate.h" @@ -12,6 +16,9 @@ #include #include #include +#ifdef HAVE_SYS_SELECT_H +#include +#endif static void return_socket(void *closure) { -- cgit v1.2.3