summaryrefslogtreecommitdiff
path: root/Xfuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xfuncs.h')
-rw-r--r--Xfuncs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xfuncs.h b/Xfuncs.h
index 354b663..2bcf991 100644
--- a/Xfuncs.h
+++ b/Xfuncs.h
@@ -44,7 +44,7 @@ void bcopy();
# define bcmp(b1,b2,len) memcmp(b1, b2, len)
# else
# include <string.h>
-# if defined(__SCO__) || defined(__sun) || defined(__UNIXWARE__)
+# if defined(__SCO__) || defined(__sun) || defined(__UNIXWARE__) || defined(__CYGWIN__)
# include <strings.h>
# endif
# define _XFUNCS_H_INCLUDED_STRING_H