diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-07 18:04:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-07 18:38:47 +0800 |
commit | 608d11794fbf61068c5b02954b4732f84c39449a (patch) | |
tree | 74fe0f25b962e4c84a1a228b2e5c70cfd626660d /libempathy/empathy-connection-managers.c | |
parent | e96e1ffc1f42d3b9e1c8d79884eb679737c758d9 (diff) | |
download | gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.gz gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.bz2 gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.lz gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.xz gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.zst gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.zip |
add missing config.h includes
Diffstat (limited to 'libempathy/empathy-connection-managers.c')
-rw-r--r-- | libempathy/empathy-connection-managers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-connection-managers.c b/libempathy/empathy-connection-managers.c index a45731686..a856b1fd1 100644 --- a/libempathy/empathy-connection-managers.c +++ b/libempathy/empathy-connection-managers.c @@ -18,6 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config.h" #include <stdio.h> #include <stdlib.h> |