Skip to content
  • KO Myung-Hun's avatar
    os2: include vlc_input.h · 4b0d09c3
    KO Myung-Hun authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    
    
    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: default avatarJean-Baptiste Kempf <jb@videolan.org>
    4b0d09c3