summaryrefslogtreecommitdiff
path: root/x11-wm/compiz/files/patch-plugins_fuse.c
blob: 561653a5a7d09a2b31dbfdd77b2d5dc8540ab815 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- plugins/fuse.c.orig	2010-05-21 11:18:14 UTC
+++ plugins/fuse.c
@@ -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>