Adjusted to recent change in time.h

This commit is contained in:
Oliver Schmidt 2020-10-25 21:33:08 +01:00 committed by GitHub
parent f723147f04
commit 79cf1e13a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
/* Workaround missing clock stuff */
#ifdef __APPLE2__
# define clock() 0
# undef CLK_TCK
# define CLK_TCK 1
#endif