Skip to content

Commit

Permalink
Need time.h for nanosleep too...
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 23, 2006
1 parent 20c1db6 commit 7e2cdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timer/unix/SDL_systimer.c
Expand Up @@ -36,7 +36,7 @@
for __USE_POSIX199309
Tommi Kyntola (tommi.kyntola@ray.fi) 27/09/2005
*/
#if HAVE_CLOCK_GETTIME
#if HAVE_NANOSLEEP || HAVE_CLOCK_GETTIME
#include <time.h>
#endif

Expand Down

0 comments on commit 7e2cdac

Please sign in to comment.