]> git.sesse.net Git - vlc/commitdiff
os2: missing #include
authorKO Myung-Hun <komh78@gmail.com>
Sat, 15 Feb 2014 09:00:23 +0000 (18:00 +0900)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Sat, 15 Feb 2014 15:16:53 +0000 (16:16 +0100)
-----
  CC       os2/specific.lo
os2/specific.c: In function 'IPCHelperThread':
os2/specific.c:57:5: error: implicit declaration of function 'pl_Get' [-Werror=implicit-function-declaration]
os2/specific.c:57:30: warning: initialization makes pointer from integer without a cast [enabled by default]
cc1: some warnings being treated as errors
-----

Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
src/os2/specific.c

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