summaryrefslogtreecommitdiffstats
path: root/x11-wm/compiz/files/patch-plugins_fuse.c
blob: 48a0a68b9287beb2223846aebf7e3c208a45278e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- plugins/fuse.c.orig Mon Apr  2 14:15:28 2007
+++ plugins/fuse.c  Mon May  7 20:07:09 2007
@@ -28,6 +28,8 @@
 #include <errno.h>
 #include <poll.h>
 #include <signal.h>
+#include <sys/types.h>
+#include <sys/param.h>
 #include <sys/mount.h>
 #include <fuse.h>
 #include <fuse_lowlevel.h>