summaryrefslogtreecommitdiff
path: root/test/spawn-test.c
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de>2010-03-19 12:36:49 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2010-03-19 20:11:48 +0100
commitdbecdeabb20e0ce11121819c63373f0afba57c58 (patch)
treed513551d0794c6224406ac7b83a77f1355493fae /test/spawn-test.c
parent6663cb5dcf6ef931e17b4104f571c59d411219d2 (diff)
downloaddbus-dbecdeabb20e0ce11121819c63373f0afba57c58.tar.gz
Consistently include <config.h> in all C source files and never in header files.
Diffstat (limited to 'test/spawn-test.c')
-rw-r--r--test/spawn-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/spawn-test.c b/test/spawn-test.c
index 68bd3331..f1a55051 100644
--- a/test/spawn-test.c
+++ b/test/spawn-test.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include <dbus/dbus.h>
#define DBUS_COMPILATION /* cheat and use dbus-sysdeps */