Browse Source

define streampos

David Rose 23 years ago
parent
commit
2919377449
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dtool/src/parser-inc/iostream

+ 2 - 0
dtool/src/parser-inc/iostream

@@ -42,4 +42,6 @@ extern istream cin;
 extern ostream cout;
 extern ostream cerr;
 
+typedef int streampos;
+
 #endif