Gerald Pfeifer : server: Compilation fix.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 6 05:48:39 CST 2006


Module: wine
Branch: master
Commit: 35f0a416298f170978b2442ed25093050c584241
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=35f0a416298f170978b2442ed25093050c584241

Author: Gerald Pfeifer <gerald at 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




More information about the wine-cvs mailing list