summaryrefslogtreecommitdiff
path: root/src/encparse.c
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-11-08 06:33:26 +0000
committerKean Johnson <kean@armory.com>2005-11-08 06:33:26 +0000
commitd9ece44e76f0c2dcfacb5ff00e59cae2741e3c96 (patch)
tree79f0015a64472addcefee0d1a062494a70776fc8 /src/encparse.c
parent632f53206e104b372db255c5171c3479d87b683b (diff)
See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902
Diffstat (limited to 'src/encparse.c')
-rw-r--r--src/encparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encparse.c b/src/encparse.c
index ba7611b..285f5a1 100644
--- a/src/encparse.c
+++ b/src/encparse.c
@@ -32,7 +32,7 @@ THE SOFTWARE.
#include <string.h>
#include <stdio.h>
-#ifdef SCO325
+#if defined(__SCO__) || defined(__UNIXWARE__)
#include <strings.h>
#endif