From 2520fe6e86b9619e0814878822eb17e6c9b69ff3 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Tue, 24 Jun 2003 21:16:51 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1581 --- lib/filesys.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/filesys.C b/lib/filesys.C index 3b9a330dc8..52402badf4 100755 --- a/lib/filesys.C +++ b/lib/filesys.C @@ -38,11 +38,12 @@ #ifdef HAVE_SYS_RESOURCE_H #include #endif +#ifdef HAVE_SYS_MOUNT_H +#include +#endif #ifdef HAVE_SYS_STATVFS_H #include -#endif -#ifdef HAVE_SYS_STATVFS_H #define STATFS statvfs #else #define STATFS statfs