]> git.sesse.net Git - vlc/commitdiff
include errno.h (for non debug builds)
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 30 Mar 2005 17:43:17 +0000 (17:43 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 30 Mar 2005 17:43:17 +0000 (17:43 +0000)
modules/access_filter/timeshift.c

index 19f1d639775716da7267af35f1f1fa46d785f495..2aabe7b2179721348775072285edc181346c635a 100755 (executable)
@@ -26,6 +26,8 @@
  *****************************************************************************/
 #include <stdlib.h>
 
+#include <errno.h>
+
 #include <vlc/vlc.h>
 #include <vlc/input.h>
 #include <unistd.h>