[dconf] dconf-client: include dconf-paths header



commit df46616ff86bacb034e0b94ce73947739881fbf7
Author: Allison Ryan Lortie <desrt desrt ca>
Date:   Mon Nov 30 21:42:32 2015 +0000

    dconf-client: include dconf-paths header
    
    We should have this included since we use the functions in it in our
    precondition checks.

 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>
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]