diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-18 14:30:22 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-22 13:08:27 +0000 |
commit | 4a0b41ee31bdc67c56f672f6e0a64c42bf34c1ae (patch) | |
tree | 28d76950663d9dd3cca2e74b82a9744429251de3 /test/name-test | |
parent | 0e90efd5b2c2e040763733761a8a320ccc8544c7 (diff) | |
download | dbus-4a0b41ee31bdc67c56f672f6e0a64c42bf34c1ae.tar.gz dbus-4a0b41ee31bdc67c56f672f6e0a64c42bf34c1ae.tar.bz2 dbus-4a0b41ee31bdc67c56f672f6e0a64c42bf34c1ae.zip |
Include config.h as the first thing in every .c file
...except for CheckForAbstractSockets.c, which runs before config.h is
generated, and sd-daemon.c, which is externally-maintained.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59971
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Colin Walters <walters@verbum.org>
Diffstat (limited to 'test/name-test')
-rw-r--r-- | test/name-test/test-autolaunch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/name-test/test-autolaunch.c b/test/name-test/test-autolaunch.c index 5e519895..adbeb185 100644 --- a/test/name-test/test-autolaunch.c +++ b/test/name-test/test-autolaunch.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <stdio.h> #include <stdlib.h> #include <string.h> |