[vlc-devel] commit: Missing include (GDK_WINDOW_XID) ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Oct 1 21:37:05 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Oct 1 22:36:28 2009 +0300| [5adab0d0526c2af521c06ad3e1d5459f8e0b3f63] | committer: Rémi Denis-Courmont
Missing include (GDK_WINDOW_XID)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5adab0d0526c2af521c06ad3e1d5459f8e0b3f63
---
modules/gui/maemo/maemo.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/maemo/maemo.c b/modules/gui/maemo/maemo.c
index 3b12943..2642171 100644
--- a/modules/gui/maemo/maemo.c
+++ b/modules/gui/maemo/maemo.c
@@ -35,6 +35,7 @@
#include <hildon/hildon-program.h>
#include <hildon/hildon-banner.h>
#include <gtk/gtk.h>
+#include <gdk/gdkx.h>
#include <stdio.h>
#include <inttypes.h>
More information about the vlc-devel
mailing list