Commit 29098a80 authored by Sam Lantinga's avatar Sam Lantinga

Need time.h for nanosleep too...

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401605
parent 10d2937b
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
for __USE_POSIX199309 for __USE_POSIX199309
Tommi Kyntola (tommi.kyntola@ray.fi) 27/09/2005 Tommi Kyntola (tommi.kyntola@ray.fi) 27/09/2005
*/ */
#if HAVE_CLOCK_GETTIME #if HAVE_NANOSLEEP || HAVE_CLOCK_GETTIME
#include <time.h> #include <time.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment