diff options
-rw-r--r-- | src/empathy-rounded-actor.c | 1 | ||||
-rw-r--r-- | 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 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> |