Commit 0c97b087 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

time.h is always needed (because of pthread_cond_timedwait)

parent 9e704fa3
...@@ -52,9 +52,7 @@ ...@@ -52,9 +52,7 @@
# include <pthread.h> # include <pthread.h>
/* Needed for pthread_cond_timedwait */ /* Needed for pthread_cond_timedwait */
# include <errno.h> # include <errno.h>
# ifndef NDEBUG # include <time.h>
# include <time.h>
# endif
#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