Working on building wineserver on mingw Changelog: check for utime.h termios.h sys/ioctl.h Index: smb.c =================================================================== RCS file: /home/wine/wine/server/smb.c,v retrieving revision 1.5 diff -u -r1.5 smb.c --- smb.c 30 Jan 2003 00:26:44 -0000 1.5 +++ smb.c 31 Jan 2003 21:19:02 -0000 @@ -33,9 +33,15 @@ #include <sys/types.h> #include <time.h> #include <unistd.h> +#ifdef HAVE_UTIME_H #include <utime.h> +#endif +#ifdef HAVE_TERMIOS_H #include <termios.h> +#endif +#ifdef HAVE_SYS_IOCTL_H #include <sys/ioctl.h> +#endif #include "winerror.h" #include "winbase.h" __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com