commit | 3f1ed52d8b37bcf445839928355523c8ac0fa400 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Mon May 14 20:09:37 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon May 14 20:09:37 2001 +0000 |
tree | 56795b75ec36b3dc4ab4e4d8e42897437c3ee46a | |
parent | 5920737f80e397f69a250ef596e01a6e49805467 [diff] [blame] |
Implemented 64bit file size handling. Removed several unneeded sys/stat.h includes.
diff --git a/msdos/int13.c b/msdos/int13.c index 91d6568..3a39463 100644 --- a/msdos/int13.c +++ b/msdos/int13.c
@@ -5,11 +5,10 @@ #include <stdlib.h> #include <unistd.h> #include <sys/types.h> -#include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #ifdef linux -#include <linux/fd.h> +# include <linux/fd.h> #endif #include "miscemu.h" /* #define DEBUG_INT */