Unix.st
changeset 1633 dc4105e87116
parent 1632 355409cd49d8
child 1653 51bd45bcc19d
--- a/Unix.st	Thu Aug 15 14:44:42 1996 +0200
+++ b/Unix.st	Thu Aug 15 14:57:44 1996 +0200
@@ -235,7 +235,9 @@
 # endif
 
 # ifndef _SYS_FILE_H_INCLUDED_
-#  include <sys/file.h>
+#  ifndef WIN32
+#   include <sys/file.h>
+#  endif
 #  define _SYS_FILE_H_INCLUDED_
 # endif
 
@@ -7841,6 +7843,6 @@
 !OperatingSystem  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.163 1996-08-15 12:44:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.164 1996-08-15 12:57:44 cg Exp $'
 ! !
 OperatingSystem initialize!