summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-11-27 18:12:29 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-11-27 18:12:29 -0800
commita7d211f6e3ded98c79e7be73253a51958d3e98db (patch)
treed3a1bd6a6f3e8dd52665bb4fe9405da76578a435
parent1614ea1074d62f32f51032141b0c55250380ca17 (diff)
downloadxorg-lib-libXext-a7d211f6e3ded98c79e7be73253a51958d3e98db.tar.gz
include of config.h should not be inside #ifdef WIN32
-rw-r--r--src/XAppgroup.c2
-rw-r--r--src/Xcup.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/XAppgroup.c b/src/XAppgroup.c
index 2ca3e4d..48fcc01 100644
--- a/src/XAppgroup.c
+++ b/src/XAppgroup.c
@@ -26,10 +26,10 @@ in this Software without prior written authorization from The Open Group.
*/
/* $Xorg: XAppgroup.c,v 1.5 2001/02/09 02:03:49 xorgcvs Exp $ */
-#ifdef WIN32
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#ifdef WIN32
#include <X11/Xwindows.h>
#endif
diff --git a/src/Xcup.c b/src/Xcup.c
index 6315d32..a775966 100644
--- a/src/Xcup.c
+++ b/src/Xcup.c
@@ -26,10 +26,10 @@ in this Software without prior written authorization from The Open Group.
*/
/* $Xorg: Xcup.c,v 1.5 2001/02/09 02:03:49 xorgcvs Exp $ */
-#ifdef WIN32
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#ifdef WIN32
#include <X11/Xwindows.h>
#endif