You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-cpp/gtksourceviewmm/files/gtksourceviewmm-3.2.0-glib-...

14 lines
398 B

Index: gtksourceviewmm-3.2.0/tests/search/main.cc
===================================================================
--- gtksourceviewmm-3.2.0.orig/tests/search/main.cc
+++ gtksourceviewmm-3.2.0/tests/search/main.cc
@@ -6,7 +6,7 @@
#include <cstring>
#include <gtkmm.h>
#include <gtksourceviewmm.h>
-#include <glib/gmessages.h>
+#include <glib.h>
using namespace std ;
using namespace Gtk;