diff options
-rw-r--r-- | Xfuncs.h | 2 | ||||
-rw-r--r-- | Xos.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |