Module Name: xsrc
Committed By: mrg
Date: Fri Jul 17 07:02:40 UTC 2015
Modified Files:
xsrc/external/mit/xproto/dist: Xpoll.h.in
Log Message:
actually move ahead of all the necessary headers.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xproto/dist/Xpoll.h.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xproto/dist/Xpoll.h.in
diff -u xsrc/external/mit/xproto/dist/Xpoll.h.in:1.2 xsrc/external/mit/xproto/dist/Xpoll.h.in:1.3
--- xsrc/external/mit/xproto/dist/Xpoll.h.in:1.2 Fri Jul 17 06:57:38 2015
+++ xsrc/external/mit/xproto/dist/Xpoll.h.in Fri Jul 17 07:02:40 2015
@@ -54,14 +54,14 @@ from The Open Group.
#ifndef USE_POLL
-#include <X11/Xos.h>
-
#define XFD_SETSIZE 512
#ifndef FD_SETSIZE
#define FD_SETSIZE XFD_SETSIZE
#endif
+#include <X11/Xos.h>
+
#include <sys/select.h> /* Get the FD_* macros. */
#include <X11/Xmd.h>