From 94d1b71e49448825b663ff652ddc1fa973293326 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 2 May 2009 23:25:41 -0700 Subject: [PATCH] I think sys/mount.h is only needed in the ucred.h path. Fixes building on hurd, I think. --- src/platform_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform_unix.c b/src/platform_unix.c index 980c0a6b..9c33da59 100644 --- a/src/platform_unix.c +++ b/src/platform_unix.c @@ -23,7 +23,6 @@ #include #include #include -#include #if (!defined PHYSFS_NO_PTHREADS_SUPPORT) #include @@ -33,6 +32,7 @@ # ifdef PHYSFS_HAVE_MNTENT_H # undef PHYSFS_HAVE_MNTENT_H /* don't do both... */ # endif +# include # include #endif