]> git.sesse.net Git - vlc/commitdiff
Xlib: fix build (skins2) - Part 1/2: fix include
authorJean-Philippe André <jpeg@videolan.org>
Fri, 4 Jun 2010 12:00:42 +0000 (20:00 +0800)
committerJean-Philippe André <jpeg@videolan.org>
Sat, 5 Jun 2010 09:10:20 +0000 (17:10 +0800)
include/vlc_xlib.h

index 4e3632c34180484d0fc1dfb4150708558754d8d7..e4f0a0c6c72c0ff11129eeda0222b9f0ab7cbc83 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef VLC_XLIB_H
 # define VLC_XLIB_H 1
 
+# include <vlc_common.h>
 # include <X11/Xlib.h>
 
 static inline bool vlc_xlib_init (vlc_object_t *obj)