diff options
Diffstat (limited to 'winbuild/unistd.h')
-rw-r--r-- | winbuild/unistd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winbuild/unistd.h b/winbuild/unistd.h new file mode 100644 index 0000000..46a5fbc --- /dev/null +++ b/winbuild/unistd.h @@ -0,0 +1,7 @@ +/* this is a dummy file, that is needed for compiling files that are + * generated with flex under Windows 95/NT. + */ +#if defined(_MSC_VER) +#include <io.h> +#endif + |