Explorar el Código

Fix issue with Windows build

rdb hace 9 años
padre
commit
b0a8408755
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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
 }
 
+struct timeval;
+
 #ifdef __cplusplus
 #define NULL 0L
 #else