]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads.h
qt4: fix the use of HTTP in open dialog
[vlc] / include / vlc_threads.h
index 911d36b73709dd3c895bfef4a352f6581291395c..31b851c62b9adc180e6406f62b7fd21371487a81 100644 (file)
 #   define _APPLE_C_SOURCE    1 /* Proper pthread semantics on OSX */
 
 #   include <pthread.h>
-#   ifdef DEBUG
-        /* Needed for pthread_cond_timedwait */
-#       include <errno.h>
-#   endif
+    /* Needed for pthread_cond_timedwait */
+#   include <errno.h>
     /* This is not prototyped under Linux, though it exists. */
     int pthread_mutexattr_setkind_np( pthread_mutexattr_t *attr, int kind );