[Xcb-commit] xcb
Jamey Sharp
jamey at kemper.freedesktop.org
Wed Apr 19 22:49:37 PDT 2006
xcb/src/xcb_in.c | 1 +
1 files changed, 1 insertion(+)
New commits:
diff-tree 26c009705b0c87b89fec043dd1663fc3d9ed96fe (from 2849bf36c03e00a33668d9c24bfe8318512e8d93)
Author: Jamey Sharp <jamey at minilop.net>
Date: Wed Apr 19 22:48:10 2006 -0700
Add <sys/select.h> to xcb_in.c to fix bug #6122.
diff --git a/xcb/src/xcb_in.c b/xcb/src/xcb_in.c
index db9d1ca..ecacb99 100644
--- a/xcb/src/xcb_in.c
+++ b/xcb/src/xcb_in.c
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
+#include <sys/select.h>
#include <errno.h>
#include "xcb.h"
More information about the xcb-commit
mailing list