diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-05-26 23:58:13 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-05-27 00:00:56 -0400 |
commit | e564f383f2f1cf140acee71371dda3a3a83bb935 (patch) | |
tree | 3adb045b86bb924eb065fd7646e088cd92803e67 /client/gdaemonfilemonitor.c | |
parent | f2e5a2c33a407ec44c033edbe58780ca0148ac70 (diff) | |
download | gvfs-e564f383f2f1cf140acee71371dda3a3a83bb935.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/gdaemonfilemonitor.c')
-rw-r--r-- | client/gdaemonfilemonitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gdaemonfilemonitor.c b/client/gdaemonfilemonitor.c index 851907a9..20c10f92 100644 --- a/client/gdaemonfilemonitor.c +++ b/client/gdaemonfilemonitor.c @@ -27,7 +27,7 @@ #include <gio/gio.h> #include <gvfsdaemondbus.h> #include <gvfsdaemonprotocol.h> -#include "gdbusutils.h" +#include "gvfsdbusutils.h" #include "gmountspec.h" #include "gdaemonfile.h" |