From a7d8fb33fc1173ee4414d956a12e311ba3ec4c8b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 8 Feb 2012 15:04:24 +0100 Subject: [PATCH] add missing config.h --- src/empathy-rounded-actor.c | 1 + src/empathy-rounded-rectangle.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/empathy-rounded-actor.c b/src/empathy-rounded-actor.c index 0537dea9..045f08de 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 #include diff --git a/src/empathy-rounded-rectangle.c b/src/empathy-rounded-rectangle.c index e06889d5..4cce28b0 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 #include -- 2.39.2