Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 1047527b008025cc48e60ba79e9e02fd > files > 2

regexxer-0.10-3.mga3.src.rpm

From 891327ee82e327314429609aeb5a60faed5487ba Mon Sep 17 00:00:00 2001
From: Fabien Parent <f-parent@ti.com>
Date: Fri, 16 Nov 2012 13:31:13 +0000
Subject: Fix compilation

---
diff --git a/src/fileshared.h b/src/fileshared.h
index aa0698f..0a20cf0 100644
--- a/src/fileshared.h
+++ b/src/fileshared.h
@@ -24,6 +24,7 @@
 #include "sharedptr.h"
 
 #include <gtkmm/textbuffer.h>
+#include <glibmm/regex.h>
 #include <functional>
 #include <utility>
 #include <vector>
diff --git a/src/globalstrings.h b/src/globalstrings.h
index 49cecb1..e51ab22 100644
--- a/src/globalstrings.h
+++ b/src/globalstrings.h
@@ -21,7 +21,7 @@
 #ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
 #define REGEXXER_GLOBALSTRINGS_H_INCLUDED
 
-#include <glib/gutils.h>  /* for G_DIR_SEPARATOR_S */
+#include <glib.h>  /* for G_DIR_SEPARATOR_S */
 
 namespace Regexxer
 {
diff --git a/src/translation.h b/src/translation.h
index 553aa9f..a2a1c66 100644
--- a/src/translation.h
+++ b/src/translation.h
@@ -21,7 +21,7 @@
 #ifndef REGEXXER_TRANSLATION_H_INCLUDED
 #define REGEXXER_TRANSLATION_H_INCLUDED
 
-#include <glib/gmacros.h>
+#include <glib.h>
 #include <glibmm/ustring.h>
 
 #ifndef gettext_noop
--
cgit v0.9.0.2