diff options
Diffstat (limited to 'rbutil/rbutilqt/mspack/chmc.c')
-rw-r--r-- | rbutil/rbutilqt/mspack/chmc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/mspack/chmc.c b/rbutil/rbutilqt/mspack/chmc.c index 72f6c5b389..b9a1d8856c 100644 --- a/rbutil/rbutilqt/mspack/chmc.c +++ b/rbutil/rbutilqt/mspack/chmc.c | |||
@@ -9,8 +9,8 @@ | |||
9 | 9 | ||
10 | /* CHM compression implementation */ | 10 | /* CHM compression implementation */ |
11 | 11 | ||
12 | #include <system.h> | 12 | #include "system-mspack.h" |
13 | #include <chm.h> | 13 | #include "chm.h" |
14 | 14 | ||
15 | struct mschm_compressor * | 15 | struct mschm_compressor * |
16 | mspack_create_chm_compressor(struct mspack_system *sys) | 16 | mspack_create_chm_compressor(struct mspack_system *sys) |