summaryrefslogtreecommitdiff
path: root/gdbus
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-11-24 22:19:32 -0500
committerRyan Lortie <desrt@desrt.ca>2013-11-24 22:20:15 -0500
commite6b01ab760fe29c80b343699237c9dfe4d237b22 (patch)
tree1aea359ae8ed5592af8b76843e046859dbc24dff /gdbus
parent6c0299147e7750820e468dd3ee1f0e606b3ceb34 (diff)
downloaddconf-e6b01ab760fe29c80b343699237c9dfe4d237b22.tar.gz
Add missing "config.h" include everywhere
We ought to be including this from each .c file.
Diffstat (limited to 'gdbus')
-rw-r--r--gdbus/dconf-gdbus-thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdbus/dconf-gdbus-thread.c b/gdbus/dconf-gdbus-thread.c
index 3b5302e..b962d69 100644
--- a/gdbus/dconf-gdbus-thread.c
+++ b/gdbus/dconf-gdbus-thread.c
@@ -20,6 +20,8 @@
* Author: Ryan Lortie <desrt@desrt.ca>
*/
+#include "config.h"
+
#include "../engine/dconf-engine.h"
/* We interact with GDBus using a worker thread just for dconf.