diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-08 22:04:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-08 22:04:24 +0800 |
commit | a7d8fb33fc1173ee4414d956a12e311ba3ec4c8b (patch) | |
tree | bde44070449f24ccca64fc021a7092abc1f8faa9 /src/empathy-rounded-rectangle.c | |
parent | 05f8bd96c6fc3cc62995c24678730b9fcdda9112 (diff) | |
download | gsoc2013-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/empathy-rounded-rectangle.c')
-rw-r--r-- | src/empathy-rounded-rectangle.c | 2 |
1 files changed, 2 insertions, 0 deletions
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> |