diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-11-15 15:06:56 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-11-15 15:06:56 +0000 |
commit | dd695cb666d6912f615b264eaabbad63592588c1 (patch) | |
tree | e4474c544b7d6d7aff67d525f608230bc238cefe /src/fc | |
parent | 8cb3bec3667fa6ee57277956d3be71671915a73b (diff) |
Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedXORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1
mingw (Win32) port
Diffstat (limited to 'src/fc')
-rw-r--r-- | src/fc/fsio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fc/fsio.c b/src/fc/fsio.c index e5c0c05..2c37849 100644 --- a/src/fc/fsio.c +++ b/src/fc/fsio.c @@ -30,6 +30,7 @@ #ifdef WIN32 #define _WILLWINSOCK_ +#include "X11/Xwindows.h" #endif #include "X11/Xtrans.h" |