compiles on linux and other machines without C99 support

This commit is contained in:
Ricardo Quesada 2013-06-03 20:45:06 -07:00
parent c6d00a3ccb
commit 7e7e943699
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ struct CC_DLL cc_timeval
#else
long tv_sec; // seconds
#endif
int32_t tv_usec; // microSeconds
int tv_usec; // microSeconds
};
class CC_DLL CCTime