summaryrefslogtreecommitdiff
path: root/client/gvfsfusedaemon.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-26 23:58:13 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-27 00:00:56 -0400
commite564f383f2f1cf140acee71371dda3a3a83bb935 (patch)
tree3adb045b86bb924eb065fd7646e088cd92803e67 /client/gvfsfusedaemon.c
parentf2e5a2c33a407ec44c033edbe58780ca0148ac70 (diff)
downloadgvfs-1.6.2.tar.gz
Rename gdbusutils.h to avoid conflict with GIO1.6.2
This makes gvfs build with recent glib again, see bug #619537
Diffstat (limited to 'client/gvfsfusedaemon.c')
-rw-r--r--client/gvfsfusedaemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
index 720af3bf..13cb74d1 100644
--- a/client/gvfsfusedaemon.c
+++ b/client/gvfsfusedaemon.c
@@ -46,7 +46,7 @@
/* stuff from common/ */
#include <gdaemonmount.h>
#include <gvfsdaemonprotocol.h>
-#include <gdbusutils.h>
+#include <gvfsdbusutils.h>
#define FUSE_USE_VERSION 26
#include <fuse.h>