commit | 037c8a1246f164f64fc00ab6b4d0a4e3b546fe70 | [log] [tgz] |
---|---|---|
author | Steven Edwards <steven_ed4153@yahoo.com> | Tue Feb 11 22:27:13 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 11 22:27:13 2003 +0000 |
tree | bfacab9ad1f17dde7258816d4288568b0202027f | |
parent | 101f91d9df675e68d78a3f164694a1ebca0b4be5 [diff] [blame] |
Porting fixes.
diff --git a/server/serial.c b/server/serial.c index 0e4d79f..998d9b6 100644 --- a/server/serial.c +++ b/server/serial.c
@@ -32,9 +32,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"