]> git.pld-linux.org Git - packages/cabextract.git/blame - cabextract-libmspack-headers-path.patch
- updated to 1.9
[packages/cabextract.git] / cabextract-libmspack-headers-path.patch
CommitLineData
43fb2664
AG
1--- cabextract-1.9/src/cabinfo.c~ 2018-10-31 11:06:12.000000000 +0100
2+++ cabextract-1.9/src/cabinfo.c 2018-11-16 07:41:46.199355355 +0100
3@@ -25,9 +25,9 @@
4 #include <sys/types.h>
5
6 /* include <system.h> from libmspack for LD and EndGetI?? macros */
7-#include <mspack/system.h>
8+#include <libmspack/system.h>
9 /* include <cab.h> from libmspack for cab structure offsets */
10-#include <mspack/cab.h>
11+#include <libmspack/cab.h>
12
13 #if HAVE_FSEEKO
14 # define FSEEK fseeko
This page took 0.061256 seconds and 4 git commands to generate.