Browse Source

Fix issue with Windows build

rdb 9 years ago
parent
commit
b0a8408755
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dtool/src/parser-inc/stdtypedefs.h

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

@@ -39,6 +39,8 @@ inline namespace std {
 #endif
 #endif
 }
 }
 
 
+struct timeval;
+
 #ifdef __cplusplus
 #ifdef __cplusplus
 #define NULL 0L
 #define NULL 0L
 #else
 #else