summaryrefslogtreecommitdiff
path: root/Xos.h
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-11-14 17:22:30 -0600
committerJeremy Huddleston <jeremyhu@apple.com>2011-11-21 19:55:25 -0800
commit7f26709e4bda1154287c27d57cb22465fa815380 (patch)
tree456d20c26b5ea1d398f32473b843fbe346a62df4 /Xos.h
parent3d7be5c61b991a3b33526546acda2ab663cdc1d5 (diff)
Cygwin/X: Include <strings.h> early to avoid compile errors
http://lists.x.org/archives/xorg-devel/2011-November/027117.html Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'Xos.h')
-rw-r--r--Xos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xos.h b/Xos.h
index 646716b..044d22b 100644
--- a/Xos.h
+++ b/Xos.h
@@ -60,7 +60,7 @@ in this Software without prior written authorization from The Open Group.
*/
# include <string.h>
-# if defined(__SCO__) || defined(__UNIXWARE__) || defined(__sun)
+# if defined(__SCO__) || defined(__UNIXWARE__) || defined(__sun) || defined(__CYGWIN__)
# include <strings.h>
# else
# ifndef index