diff options
Diffstat (limited to 'redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch')
-rw-r--r-- | redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch b/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch new file mode 100644 index 000000000..caf67e13b --- /dev/null +++ b/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch @@ -0,0 +1,11 @@ +--- gtk-qt-engine/src/qt_theme_draw.c.ORI 2012-05-01 19:52:05.317334548 +0200 ++++ gtk-qt-engine/src/qt_theme_draw.c 2012-05-01 19:54:50.474099070 +0200 +@@ -3,7 +3,7 @@ + #include <gtk/gtkprogressbar.h> + #include <gdk/gdk.h> + #include <gtk/gtk.h> +-#include <glib/glist.h> ++#include <glib.h> + + #ifdef HAVE_BONOBO + #include <libbonobo.h> |