http://bugs.winehq.org/show_bug.cgi?id=2354
------- Additional Comments From rklazes@xs4all.nl 2004-04-09 10:06 ------- Does this patch help (with original fd.h) ?
--- wine/dlls/winedos/int13.c 2004-08-18 15:25:52.000000000 +0200 +++ mywine/dlls/winedos/int13.c 2004-09-04 17:02:08.000000000 +0200 @@ -31,6 +31,9 @@ #endif #include <fcntl.h> #ifdef linux +#ifndef __user +#define __user +#endif # include <linux/fd.h> #endif