Commit d9c60eb8 authored by Jean-Philippe André's avatar Jean-Philippe André

Xlib: fix build (skins2) - Part 1/2: fix include

parent c86a04d7
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#ifndef VLC_XLIB_H #ifndef VLC_XLIB_H
# define VLC_XLIB_H 1 # define VLC_XLIB_H 1
# include <vlc_common.h>
# include <X11/Xlib.h> # include <X11/Xlib.h>
static inline bool vlc_xlib_init (vlc_object_t *obj) static inline bool vlc_xlib_init (vlc_object_t *obj)
......
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