diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 12:17:09 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 15:59:21 +0200 |
commit | b70c2d352ddb6350ec366b055b28b3d892b54b1c (patch) | |
tree | bfe216825573ae62dbf81b4e6ef8d3bdd2270cbf /desktop/source/app | |
parent | f86cc45d8795073e61d39edc469a4876085941b8 (diff) |
tubes: avoid unnecessary re-building; move the include into source file
Change-Id: Ib45a5fab8d4dc118ac0ae5282d47f46f9f86edc2
Diffstat (limited to 'desktop/source/app')
-rw-r--r-- | desktop/source/app/app.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 6d5ea30b08c2..4e76579c3cd4 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -102,6 +102,10 @@ #include "langselect.hxx" +#ifdef ENABLE_TELEPATHY +#include <tubes/manager.hxx> +#endif + #if defined MACOSX #include <errno.h> #include <sys/wait.h> |