[totem] backend: Fix possible build failure
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: Fix possible build failure
- Date: Wed, 8 May 2013 12:03:39 +0000 (UTC)
commit fe755408e7c30589bacd0c381d355ec3f899c015
Author: Bastien Nocera <hadess hadess net>
Date: Wed May 8 14:02:04 2013 +0200
backend: Fix possible build failure
Make sure that gtk.h is included even if we include clutter-gtk
already.
src/backend/bacon-video-header-actor.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/backend/bacon-video-header-actor.h b/src/backend/bacon-video-header-actor.h
index e168027..5aa69a2 100644
--- a/src/backend/bacon-video-header-actor.h
+++ b/src/backend/bacon-video-header-actor.h
@@ -26,6 +26,7 @@
#include <glib-object.h>
#include <clutter-gtk/clutter-gtk.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]