summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-09 19:18:33 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-10 12:50:30 +0100
commit46e0f63e59df3cbf2a8c5f49b32b48b233f45e19 (patch)
treea1f5d7dede5c304ffde25105f8ae7ecfcd88c12a /tests
parent7883be2ec43dda0f7b4a30cf769779e366aaa905 (diff)
Consistently include config.h in every .c file, first
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49725 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/tp_caller.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tp_caller.c b/tests/tp_caller.c
index 6043b12..d36c352 100644
--- a/tests/tp_caller.c
+++ b/tests/tp_caller.c
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#ifndef DBUS_API_SUBJECT_TO_CHANGE
#define DBUS_API_SUBJECT_TO_CHANGE
#endif