freebsd-ports/x11/libexo/files/patch-exo-mount-point.c
Oliver Lehmann a3e58a13ad fix build for FreeBSD 6
Noted By:	tabthorpe
2010-01-15 18:34:34 +00:00

12 lines
290 B
C

--- exo/exo-mount-point.c.orig 2010-01-14 17:36:19.000000000 +0100
+++ exo/exo-mount-point.c 2010-01-14 17:36:41.000000000 +0100
@@ -38,6 +38,9 @@
#include <sys/ucred.h>
#endif
#ifdef HAVE_SYS_MOUNT_H
+#ifdef __FreeBSD__
+#include <sys/param.h>
+#endif
#include <sys/mount.h>
#endif