Browse Source

osx requires ssize_t

David Rose 18 years ago
parent
commit
0127b28af8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/parser-inc/stdtypedefs.h

+ 1 - 0
dtool/src/parser-inc/stdtypedefs.h

@@ -25,6 +25,7 @@
 #define STDTYPEDEFS_H
 #ifndef __APPLE__
 typedef unsigned int size_t;
+typedef int ssize_t;
 typedef int off_t;
 typedef unsigned int time_t;
 typedef int clock_t;