[gupnp-igd] Include config.h everywhere



commit cc8a01e9f2c28c233800f3fe08441bf7f9cfaedb
Author: Olivier CrÃte <olivier crete collabora com>
Date:   Fri Jan 4 12:21:21 2013 -0500

    Include config.h everywhere

 libgupnp-igd/gupnp-simple-igd-thread.c |    4 ++++
 libgupnp-igd/gupnp-simple-igd.c        |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/libgupnp-igd/gupnp-simple-igd-thread.c b/libgupnp-igd/gupnp-simple-igd-thread.c
index 5782a1c..d47ef89 100644
--- a/libgupnp-igd/gupnp-simple-igd-thread.c
+++ b/libgupnp-igd/gupnp-simple-igd-thread.c
@@ -30,6 +30,10 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "gupnp-simple-igd-thread.h"
 
 
diff --git a/libgupnp-igd/gupnp-simple-igd.c b/libgupnp-igd/gupnp-simple-igd.c
index 050390b..70e20fe 100644
--- a/libgupnp-igd/gupnp-simple-igd.c
+++ b/libgupnp-igd/gupnp-simple-igd.c
@@ -35,6 +35,9 @@
  * g_main_context_push_thread_default();
  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
 
 #include "gupnp-simple-igd.h"
 #include "gupnp-simple-igd-marshal.h"



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