]> git.sesse.net Git - vlc/commit
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)
commit4b0d09c385aa0837224dbf9764004295c9ce0596
tree14077341e23af7cc5c67cf74c3ec0a45f1afae92
parent7e419a7f2eddaf30cfd98c8b4b9ae4088cff6651
os2: include vlc_input.h

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