--- wmfsm/wmfsm.c.orig Sat Jul 13 13:06:35 2002 +++ wmfsm/wmfsm.c Fri Apr 9 23:35:48 2004 @@ -54,6 +54,12 @@ #include #endif /* SVR4 */ +#ifdef HAVE_SYS_PARAM_H +#include +#endif +#ifdef HAVE_SYS_TYPES_H +#include +#endif #ifdef HAVE_SYS_VFS_H #include #endif @@ -62,12 +68,6 @@ #endif #ifdef HAVE_SYS_MOUNT_H #include -#endif -#ifdef HAVE_SYS_PARAM_H -#include -#endif -#ifdef HAVE_SYS_TYPES_H -#include #endif #ifdef STATFS_2_ARGUMENTS