[gnome-logs] Add config.h include where gettext is used



commit f5fe6f36966051108b10ada826cfc6cd0db47bff
Author: David King <davidk gnome org>
Date:   Fri Aug 21 12:36:50 2015 +0100

    Add config.h include where gettext is used

 src/gl-eventtoolbar.c |    1 +
 src/gl-util.c         |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gl-eventtoolbar.c b/src/gl-eventtoolbar.c
index 2da145b..90f2726 100644
--- a/src/gl-eventtoolbar.c
+++ b/src/gl-eventtoolbar.c
@@ -16,6 +16,7 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
 #include "gl-eventtoolbar.h"
 
 #include <glib/gi18n.h>
diff --git a/src/gl-util.c b/src/gl-util.c
index ba5d090..7f97768 100644
--- a/src/gl-util.c
+++ b/src/gl-util.c
@@ -17,6 +17,7 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
 #include "gl-util.h"
 
 #include <glib/gi18n.h>


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