12 lines
226 B
Diff
12 lines
226 B
Diff
--- a/bzip2.c
|
|
+++ b/bzip2.c
|
|
@@ -128,7 +128,7 @@
|
|
#if BZ_LCCWIN32
|
|
# include <io.h>
|
|
# include <fcntl.h>
|
|
-# include <sys\stat.h>
|
|
+# include <sys/stat.h>
|
|
|
|
# define NORETURN /**/
|
|
# define PATH_SEP '\\'
|