FileStream.st
changeset 17078 f3ded8a6f9d9
parent 16577 e000d6525a14
child 17144 5aa46b24fa21
--- a/FileStream.st	Tue Nov 18 21:16:49 2014 +0100
+++ b/FileStream.st	Tue Nov 18 21:17:17 2014 +0100
@@ -20,6 +20,8 @@
 
 !FileStream primitiveDefinitions!
 %{
+#include "stxOSDefs.h"
+
 #undef String
 #undef Character
 
@@ -2071,11 +2073,11 @@
 !FileStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.175 2014-06-14 09:07:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.176 2014-11-18 20:17:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.175 2014-06-14 09:07:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.176 2014-11-18 20:17:17 cg Exp $'
 ! !