summaryrefslogtreecommitdiff
path: root/common
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 /common
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 'common')
-rw-r--r--common/dconf-changeset.c2
-rw-r--r--common/dconf-paths.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/common/dconf-changeset.c b/common/dconf-changeset.c
index 54be719..e0196ac 100644
--- a/common/dconf-changeset.c
+++ b/common/dconf-changeset.c
@@ -19,6 +19,8 @@
* Author: Ryan Lortie <desrt@desrt.ca>
*/
+#include "config.h"
+
#include "dconf-changeset.h"
#include "dconf-paths.h"
diff --git a/common/dconf-paths.c b/common/dconf-paths.c
index 70cea5b..834750a 100644
--- a/common/dconf-paths.c
+++ b/common/dconf-paths.c
@@ -20,6 +20,8 @@
* Author: Ryan Lortie <desrt@desrt.ca>
*/
+#include "config.h"
+
#include "dconf-paths.h"
/**