[vlc-commits] commit: Xlib: fix build (skins2) - Part 1/2: fix include ( Jean-Philippe André )
git at videolan.org
git at videolan.org
Sat Jun 5 11:11:22 CEST 2010
vlc | branch: master | Jean-Philippe André <jpeg at videolan.org> | Fri Jun 4 20:00:42 2010 +0800| [d9c60eb846c3ce61263fb9d0319384a54ee17413] | committer: Jean-Philippe André
Xlib: fix build (skins2) - Part 1/2: fix include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d9c60eb846c3ce61263fb9d0319384a54ee17413
---
include/vlc_xlib.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/vlc_xlib.h b/include/vlc_xlib.h
index 4e3632c..e4f0a0c 100644
--- a/include/vlc_xlib.h
+++ b/include/vlc_xlib.h
@@ -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)
More information about the vlc-commits
mailing list