Skip to content

Commit f6d762a

Browse files
committed
Fix MS-DOS build error.
1 parent 698a15b commit f6d762a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cw2dmk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <stdarg.h>
2929
#include <unistd.h>
3030
#include <string.h>
31+
#include <errno.h>
3132
#include <math.h>
3233
#include <limits.h>
3334
#include <regex.h>
@@ -38,7 +39,6 @@
3839
#endif
3940
#if linux
4041
#include <sys/io.h>
41-
#include <errno.h>
4242
#endif
4343
#include "crc.c"
4444
#include "cwfloppy.h"

0 commit comments

Comments
 (0)