commit | 5e6943f4218a477a84988da0e3806a3a57c9f2a8 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Wed May 22 01:55:18 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed May 22 01:55:18 2002 +0000 |
tree | 131212e3fe157e5948a8743a2837563a2847e5fb | |
parent | bb7cc80fc84e96059fcf238420391268bf45e02c [diff] [blame] |
Fixed some issues found by winapi_check.
diff --git a/msdos/ppdev.c b/msdos/ppdev.c index b413eb7..e7eec66 100644 --- a/msdos/ppdev.c +++ b/msdos/ppdev.c
@@ -26,7 +26,9 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include <sys/ioctl.h> +#ifdef HAVE_SYS_IOCTL_H +# include <sys/ioctl.h> +#endif #include <errno.h> #include <linux/ppdev.h>