[gedit] Include config.h



commit 19001b18ccdceff70529b7d5d2a0bf79f50e5212
Author: Paolo Borelli <pborelli gnome org>
Date:   Thu Jan 7 21:27:24 2010 +0100

    Include config.h

 gedit/gedit-tab-label.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gedit/gedit-tab-label.c b/gedit/gedit-tab-label.c
index 0fc48c3..49e8494 100644
--- a/gedit/gedit-tab-label.c
+++ b/gedit/gedit-tab-label.c
@@ -20,6 +20,10 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include "gedit-tab-label.h"



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