diff options
| author | Ray <[email protected]> | 2018-01-26 01:17:19 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-01-26 01:17:19 +0100 |
| commit | 779719f5dcabc170cd84e05b57ed03e9d87507d4 (patch) | |
| tree | c1d248f8a5e1a1fba85978901eac5e53fda4c19c /src/physac.h | |
| parent | c2ec88f93015f688905a0a35b64cc7c29daef223 (diff) | |
| parent | 520f317a7522804ff2f113f01ca69cd45d7863a5 (diff) | |
| download | raylib-779719f5dcabc170cd84e05b57ed03e9d87507d4.tar.gz raylib-779719f5dcabc170cd84e05b57ed03e9d87507d4.zip | |
Merge pull request #440 from a3f/develop
Make function calls without prior declaration an error
Diffstat (limited to 'src/physac.h')
| -rw-r--r-- | src/physac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/physac.h b/src/physac.h index a04d3cb3..463d8950 100644 --- a/src/physac.h +++ b/src/physac.h @@ -255,6 +255,7 @@ PHYSACDEF void ClosePhysics(void); // Functions required to query time on Windows int __stdcall QueryPerformanceCounter(unsigned long long int *lpPerformanceCount); int __stdcall QueryPerformanceFrequency(unsigned long long int *lpFrequency); + #include <time.h> #elif defined(__linux__) #if _POSIX_C_SOURCE < 199309L #undef _POSIX_C_SOURCE |
