Add libglade2 needed for virt-viewer
[fedora-mingw.git] / bzip2 / mingw32-bzip2-1.0.5-slash.patch
1 --- bzip2-1.0.5.orig/bzip2.c    2007-12-09 12:22:06.000000000 +0000
2 +++ bzip2-1.0.5/bzip2.c 2008-09-25 12:31:02.000000000 +0100
3 @@ -128,7 +128,7 @@
4  #if BZ_LCCWIN32
5  #   include <io.h>
6  #   include <fcntl.h>
7 -#   include <sys\stat.h>
8 +#   include <sys/stat.h>
9  
10  #   define NORETURN       /**/
11  #   define PATH_SEP       '\\'