summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-07 17:09:19 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-11 15:44:10 +0100
commit9d5f9bfffd478e33a2785be6e6ea628079630ba4 (patch)
treeb7a47c0e385e7d32d8c6dbffdf00b3e63e36c4d5 /tests
parent0e944e7d41b38cb248a2164468d2fe064f61819d (diff)
downloadtelepathy-glib-9d5f9bfffd478e33a2785be6e6ea628079630ba4.tar.gz
util-cxx: include config.h
This avoids a deprecation warning for g_type_init(). Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65517
Diffstat (limited to 'tests')
-rw-r--r--tests/util-cxx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/util-cxx.cpp b/tests/util-cxx.cpp
index 308ac640c..3b2a6b577 100644
--- a/tests/util-cxx.cpp
+++ b/tests/util-cxx.cpp
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include <glib.h>
#include <gio/gio.h>
#include <telepathy-glib/util.h>