diff options
author | Allison Ryan Lortie <desrt@desrt.ca> | 2015-11-30 21:42:32 +0000 |
---|---|---|
committer | Allison Ryan Lortie <desrt@desrt.ca> | 2015-11-30 21:42:32 +0000 |
commit | df46616ff86bacb034e0b94ce73947739881fbf7 (patch) | |
tree | 9914b762773c1f816a9cb309dfe943bdcfa6f14b /client/dconf-client.c | |
parent | d8e817869b4e67eceed6b1e6e029a47244fd85af (diff) | |
download | dconf-df46616ff86bacb034e0b94ce73947739881fbf7.tar.gz |
dconf-client: include dconf-paths header
We should have this included since we use the functions in it in our
precondition checks.
Diffstat (limited to 'client/dconf-client.c')
-rw-r--r-- | client/dconf-client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/dconf-client.c b/client/dconf-client.c index 7c04982..fb26527 100644 --- a/client/dconf-client.c +++ b/client/dconf-client.c @@ -23,6 +23,7 @@ #include "dconf-client.h" #include "../engine/dconf-engine.h" +#include "../common/dconf-paths.h" #include <glib-object.h> /** |