[empathy] add missing config.h



commit a7d8fb33fc1173ee4414d956a12e311ba3ec4c8b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Feb 8 15:04:24 2012 +0100

    add missing config.h

 src/empathy-rounded-actor.c     |    1 +
 src/empathy-rounded-rectangle.c |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-rounded-actor.c b/src/empathy-rounded-actor.c
index 0537dea..045f08d 100644
--- a/src/empathy-rounded-actor.c
+++ b/src/empathy-rounded-actor.c
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include "config.h"
 
 #include <clutter/clutter.h>
 #include <clutter-gtk/clutter-gtk.h>
diff --git a/src/empathy-rounded-rectangle.c b/src/empathy-rounded-rectangle.c
index e06889d..4cce28b 100644
--- a/src/empathy-rounded-rectangle.c
+++ b/src/empathy-rounded-rectangle.c
@@ -18,6 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include "config.h"
+
 #include <math.h>
 
 #include <clutter/clutter.h>



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