diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-22 19:19:57 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-23 22:12:14 +0800 |
commit | b7ff7d8e75ef4568cd6e428dd9914adc1108302a (patch) | |
tree | b059fd4409d0d6bff32cd7227e67a6dae1c91961 /libempathy-gtk | |
parent | 6fa878bf752d6a397bd876d34fb5c30ea0f9ea8e (diff) | |
download | gsoc2013-empathy-b7ff7d8e75ef4568cd6e428dd9914adc1108302a.tar gsoc2013-empathy-b7ff7d8e75ef4568cd6e428dd9914adc1108302a.tar.gz gsoc2013-empathy-b7ff7d8e75ef4568cd6e428dd9914adc1108302a.tar.bz2 gsoc2013-empathy-b7ff7d8e75ef4568cd6e428dd9914adc1108302a.tar.lz gsoc2013-empathy-b7ff7d8e75ef4568cd6e428dd9914adc1108302a.tar.xz gsoc2013-empathy-b7ff7d8e75ef4568cd6e428dd9914adc1108302a.tar.zst gsoc2013-empathy-b7ff7d8e75ef4568cd6e428dd9914adc1108302a.zip |
location-manager: include telepathy-glib-dbus.h
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-location-manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c index 459adb28e..8787eb2c5 100644 --- a/libempathy-gtk/empathy-location-manager.c +++ b/libempathy-gtk/empathy-location-manager.c @@ -22,6 +22,8 @@ #include "config.h" #include "empathy-location-manager.h" +#include <telepathy-glib/telepathy-glib-dbus.h> + #include <tp-account-widgets/tpaw-time.h> #include "empathy-gsettings.h" |