]> git.sesse.net Git - vlc/commitdiff
os2: include vlc_input.h
authorKO Myung-Hun <komh78@gmail.com>
Sat, 16 Aug 2014 06:32:33 +0000 (15:32 +0900)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 16 Aug 2014 06:43:17 +0000 (08:43 +0200)
This fixes the following compilation error.

-----
  CC       os2/specific.lo
os2/specific.c: In function 'IPCHelperThread':
os2/specific.c:107:34: error: 'VLC_INPUT_OPTION_TRUSTED' undeclared (first use in this function)
                                  VLC_INPUT_OPTION_TRUSTED,
                                  ^
os2/specific.c:107:34: note: each undeclared identifier is reported only once for each function it appears in
-----

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/os2/specific.c

index fde551455517510dd84b5374a92e0ee77e26b213..dac2ad90eba662e8a104fc8c0c0328618ac954b5 100644 (file)
@@ -25,6 +25,7 @@
 #include <vlc_common.h>
 #include "../libvlc.h"
 #include <vlc_playlist.h>
+#include <vlc_input.h>
 #include <vlc_interface.h>
 #include <vlc_url.h>