summaryrefslogtreecommitdiff
path: root/dbus/dbus-gparser.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-30 15:39:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-30 15:39:28 +0100
commitf91828abb160e44b53a32823516d55d8a5d634bc (patch)
treeda929ce3738c348794b0f76beaee31825e8d6a19 /dbus/dbus-gparser.c
parent6d6d9a61e47f5bc28b5d61ae0d6cb072a81b5569 (diff)
Consistently include config.h in all non-generated .c files
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37060 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'dbus/dbus-gparser.c')
-rw-r--r--dbus/dbus-gparser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/dbus-gparser.c b/dbus/dbus-gparser.c
index 783cab2..d9f8349 100644
--- a/dbus/dbus-gparser.c
+++ b/dbus/dbus-gparser.c
@@ -20,6 +20,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
+
+#include <config.h>
+
#include "dbus-gparser.h"
#include "dbus/dbus-glib-lowlevel.h"
#include "dbus-gidl.h"