diff options
Diffstat (limited to 'libempathy/empathy-log-manager.h')
-rw-r--r-- | libempathy/empathy-log-manager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-log-manager.h b/libempathy/empathy-log-manager.h index 25f1b5fcd..4e4097dc7 100644 --- a/libempathy/empathy-log-manager.h +++ b/libempathy/empathy-log-manager.h @@ -24,6 +24,9 @@ #ifndef __EMPATHY_LOG_MANAGER_H__ #define __EMPATHY_LOG_MANAGER_H__ +#include <config.h> +#ifndef ENABLE_TPL + #include <glib-object.h> #include "empathy-message.h" @@ -100,4 +103,5 @@ void empathy_log_manager_observe (EmpathyLogManager *log_manager, G_END_DECLS +#endif /* ENABLE_TPL */ #endif /* __EMPATHY_LOG_MANAGER_H__ */ |