diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-04 17:55:14 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-04 17:55:14 +0800 |
commit | a0a0f0bc14b965c2063891242f435be3ac6296a4 (patch) | |
tree | f3494e3f4d812d26018e62d60777fad5b4af782b /libempathy/empathy-message.h | |
parent | 4f6083d07fa7b9dbba458e75e6563b4c77a4bf85 (diff) | |
download | gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar.gz gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar.bz2 gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar.lz gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar.xz gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.tar.zst gsoc2013-empathy-a0a0f0bc14b965c2063891242f435be3ac6296a4.zip |
include logger single header
Diffstat (limited to 'libempathy/empathy-message.h')
-rw-r--r-- | libempathy/empathy-message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h index 81da7bf43..c49a2840f 100644 --- a/libempathy/empathy-message.h +++ b/libempathy/empathy-message.h @@ -27,7 +27,7 @@ #include <glib-object.h> #include <telepathy-glib/message.h> -#include <telepathy-logger/event.h> +#include <telepathy-logger/telepathy-logger.h> #include "empathy-contact.h" #include "empathy-time.h" |