summaryrefslogtreecommitdiff
path: root/client
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 /client
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 'client')
-rw-r--r--client/dconf-client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/dconf-client.c b/client/dconf-client.c
index 534132f..db281d0 100644
--- a/client/dconf-client.c
+++ b/client/dconf-client.c
@@ -20,6 +20,8 @@
* Author: Ryan Lortie <desrt@desrt.ca>
*/
+#include "config.h"
+
#include "dconf-client.h"
#include "../engine/dconf-engine.h"