[vinagre] Include <gtk/gtkx.h> when using GtkSocket



commit d878247140b165e94928b82346393a710184d61c
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 9 07:35:28 2011 -0500

    Include <gtk/gtkx.h> when using GtkSocket
    
    This is to fix the build with GTK+ 3.

 plugins/rdp/vinagre-rdp-tab.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/rdp/vinagre-rdp-tab.c b/plugins/rdp/vinagre-rdp-tab.c
index 498c49b..c7236f6 100644
--- a/plugins/rdp/vinagre-rdp-tab.c
+++ b/plugins/rdp/vinagre-rdp-tab.c
@@ -23,7 +23,7 @@
 #include <sys/wait.h>
 
 #include <glib/gi18n.h>
-#include <gdk/gdkx.h>
+#include <gtk/gtkx.h>
 
 #include <vinagre/vinagre-utils.h>
 #include <vinagre/vinagre-prefs.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]