summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index a4328d8..725981f 100644
--- a/command.c
+++ b/command.c
@@ -35,7 +35,7 @@
#ifndef SYSV
#include <sys/wait.h>
#endif /* SYSV */
-#if defined(SVR4) && !defined(SCO325) && !defined(DGUX)
+#if defined(SVR4) && !defined(DGUX)
#include <sys/filio.h>
#endif