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