From e6b01ab760fe29c80b343699237c9dfe4d237b22 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 24 Nov 2013 22:19:32 -0500 Subject: Add missing "config.h" include everywhere We ought to be including this from each .c file. --- common/dconf-changeset.c | 2 ++ common/dconf-paths.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'common') 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 */ +#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 */ +#include "config.h" + #include "dconf-paths.h" /** -- cgit v1.2.1