Add sys/types.g (for bcc)
authorStefan Vogel <sv@exept.de>
Fri, 25 Oct 2019 12:29:42 +0200
changeset 24864 dd2fb27f5dd0
parent 24863 949120215a0a
child 24865 1aa4c2f1baf3
Add sys/types.g (for bcc)
PositionableStream.st
--- a/PositionableStream.st	Thu Oct 24 17:41:35 2019 +0200
+++ b/PositionableStream.st	Fri Oct 25 12:29:42 2019 +0200
@@ -776,6 +776,8 @@
 upTo:anObject
     |anObjectIsCharacter|
 %{
+#include <sys/types.h>
+
     if (__isCharacter(anObject)) {
         unsigned int ch = __intVal(__characterVal(anObject));
         OBJ _coll = __INST(collection);