aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-08 22:04:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-08 22:04:24 +0800
commita7d8fb33fc1173ee4414d956a12e311ba3ec4c8b (patch)
treebde44070449f24ccca64fc021a7092abc1f8faa9 /src
parent05f8bd96c6fc3cc62995c24678730b9fcdda9112 (diff)
downloadgsoc2013-empathy-a7d8fb33fc1173ee4414d956a12e311ba3ec4c8b.tar
gsoc2013-empathy-a7d8fb33fc1173ee4414d956a12e311ba3ec4c8b.tar.gz
gsoc2013-empathy-a7d8fb33fc1173ee4414d956a12e311ba3ec4c8b.tar.bz2
gsoc2013-empathy-a7d8fb33fc1173ee4414d956a12e311ba3ec4c8b.tar.lz
gsoc2013-empathy-a7d8fb33fc1173ee4414d956a12e311ba3ec4c8b.tar.xz
gsoc2013-empathy-a7d8fb33fc1173ee4414d956a12e311ba3ec4c8b.tar.zst
gsoc2013-empathy-a7d8fb33fc1173ee4414d956a12e311ba3ec4c8b.zip
add missing config.h
Diffstat (limited to 'src')
-rw-r--r--src/empathy-rounded-actor.c1
-rw-r--r--src/empathy-rounded-rectangle.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-rounded-actor.c b/src/empathy-rounded-actor.c
index 0537dea96..045f08de7 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 e06889d58..4cce28b06 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>