balsa r8112 - in trunk: . src



Author: PeterB
Date: Thu Apr  2 20:07:55 2009
New Revision: 8112
URL: http://svn.gnome.org/viewvc/balsa?rev=8112&view=rev

Log:
include config.h in two files

Modified:
   trunk/ChangeLog
   trunk/src/balsa-print-object-decor.c
   trunk/src/balsa-print-object-image.c

Modified: trunk/src/balsa-print-object-decor.c
==============================================================================
--- trunk/src/balsa-print-object-decor.c	(original)
+++ trunk/src/balsa-print-object-decor.c	Thu Apr  2 20:07:55 2009
@@ -19,10 +19,13 @@
  * 02111-1307, USA.
  */
 
-#include <gtk/gtk.h>
-#include "balsa-print-object.h"
+#if defined(HAVE_CONFIG_H) && HAVE_CONFIG_H
+# include "config.h"
+#endif                          /* HAVE_CONFIG_H */
 #include "balsa-print-object-decor.h"
 
+#include <gtk/gtk.h>
+
 
 /* object related functions */
 static void

Modified: trunk/src/balsa-print-object-image.c
==============================================================================
--- trunk/src/balsa-print-object-image.c	(original)
+++ trunk/src/balsa-print-object-image.c	Thu Apr  2 20:07:55 2009
@@ -19,11 +19,13 @@
  * 02111-1307, USA.
  */
 
-#include <gtk/gtk.h>
-#include "balsa-print-object.h"
-#include "balsa-print-object-default.h"
+#if defined(HAVE_CONFIG_H) && HAVE_CONFIG_H
+# include "config.h"
+#endif                          /* HAVE_CONFIG_H */
 #include "balsa-print-object-image.h"
+#include "balsa-print-object-default.h"
 
+#include <gtk/gtk.h>
 
 /* object related functions */
 static void



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