6 Nov
2006
6 Nov
'06
11:48 a.m.
Module: wine Branch: master Commit: 35f0a416298f170978b2442ed25093050c584241 URL: http://source.winehq.org/git/wine.git/?a=commit;h=35f0a416298f170978b2442ed2... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Sun Nov 5 06:50:45 2006 +0100 server: Compilation fix. --- server/fd.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/server/fd.c b/server/fd.c index 4fbecbe..3848d10 100644 --- a/server/fd.c +++ b/server/fd.c @@ -46,6 +46,9 @@ #endif #ifdef HAVE_SYS_VFS_H #include <sys/vfs.h> #endif +#ifdef HAVE_SYS_PARAM_H +#include <sys/param.h> +#endif #ifdef HAVE_SYS_MOUNT_H #include <sys/mount.h> #endif