blob: 11797ad2f8eed532a0ecd05769640c9531a068f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -urN bzip2-1.0.6-orig/bzip2.c bzip2-1.0.6/bzip2.c
--- bzip2-1.0.6-orig/bzip2.c 2010-09-11 02:04:53.000000000 +0300
+++ bzip2-1.0.6/bzip2.c 2019-11-04 11:40:52.230652175 +0200
@@ -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 '\\'
|