diff options
Diffstat (limited to 'devel/gvfs/files/patch-client_gvfsfusedaemon.c')
-rw-r--r-- | devel/gvfs/files/patch-client_gvfsfusedaemon.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gvfs/files/patch-client_gvfsfusedaemon.c b/devel/gvfs/files/patch-client_gvfsfusedaemon.c new file mode 100644 index 000000000..3733aa7e3 --- /dev/null +++ b/devel/gvfs/files/patch-client_gvfsfusedaemon.c @@ -0,0 +1,12 @@ +--- client/gvfsfusedaemon.c.orig 2007-11-06 18:06:41.000000000 -0500 ++++ client/gvfsfusedaemon.c 2007-11-06 18:07:30.000000000 -0500 +@@ -28,7 +28,9 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <sys/un.h> ++#ifdef __linux__ + #include <sys/vfs.h> ++#endif + #include <sys/time.h> + #include <unistd.h> + #include <stdlib.h> |