[totem] Add missing #include <config.h>



commit 9729f456292e8b0500a45b1716663e579f44b645
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Sun Mar 27 22:42:58 2011 +0200

    Add missing #include <config.h>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645864

 src/eggfileformatchooser.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/eggfileformatchooser.c b/src/eggfileformatchooser.c
index bbbc720..2234606 100644
--- a/src/eggfileformatchooser.c
+++ b/src/eggfileformatchooser.c
@@ -16,6 +16,11 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "eggfileformatchooser.h"
 #include "egg-macros.h"
 



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