blob: 3733aa7e3cd9f84e18a8dbf18aea108871265254 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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>
|