From 1158a1e2814e74ce115cfa201fd8a908a79cbd7e Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Fri, 16 Aug 2013 13:43:00 +0200 Subject: Add missing include Needed for EMPATHY_LOCATION_*. Signed-off-by: Emilio Pozuelo Monfort https://bugzilla.gnome.org/show_bug.cgi?id=706125 --- libempathy/empathy-contact.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy') diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 8f9cb16a5..9f8e23227 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -26,6 +26,7 @@ #include #endif +#include "empathy-location.h" #include "empathy-utils.h" #include "empathy-enum-types.h" -- cgit