Commit af7766e2 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by 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: default avatarFrancois Cartegnie <fcvlcdev@free.fr>
parent 4d67619b
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment