aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/bzip2/bzip2/fix.patch
blob: a366a5d011168155553195c3bce3449b8056ebca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: bzip2-1.0.6/bzip2.c
===================================================================
--- bzip2-1.0.6.orig/bzip2.c	2010-09-10 23:04:53.000000000 +0000
+++ bzip2-1.0.6/bzip2.c	2013-08-13 10:30:15.596120522 +0000
@@ -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       '\\'