diff options
Diffstat (limited to 'src/XAppgroup.c')
-rw-r--r-- | src/XAppgroup.c | 2 |
1 files changed, 1 insertions, 1 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 |