[vlc-commits] os2: missing #include

KO Myung-Hun git at videolan.org
Sat Feb 15 16:17:35 CET 2014


vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Sat Feb 15 18:00:23 2014 +0900| [af7766e2e37b7fb09ca7964b6909f8735cc30036] | committer: Francois Cartegnie

os2: missing #include

-----
  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 at free.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af7766e2e37b7fb09ca7964b6909f8735cc30036
---

 src/os2/specific.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/os2/specific.c b/src/os2/specific.c
index c76f52e..e772f2e 100644
--- a/src/os2/specific.c
+++ b/src/os2/specific.c
@@ -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>



More information about the vlc-commits mailing list