From 0c97b087be2376b8698fadaf282f2b5d317d529c Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 9 Feb 2008 08:21:21 +0000 Subject: [PATCH] time.h is always needed (because of pthread_cond_timedwait) --- include/vlc_threads.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/vlc_threads.h b/include/vlc_threads.h index c2eb0bd829..0065b4dabc 100644 --- a/include/vlc_threads.h +++ b/include/vlc_threads.h @@ -52,9 +52,7 @@ # include /* Needed for pthread_cond_timedwait */ # include -# ifndef NDEBUG -# include -# endif +# include #endif -- 2.39.2