From 289acf3333cf76ffc689aff8a17340b299ce0686 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 11 Mar 2013 18:51:11 +0100 Subject: Fix libmspack to compile with rbutil The build system used by rbutil is not very robust: all the files are eventually compiled to the same directory so we cannot have two files with the same name (system.c would conflicts with system.cpp) so rename one file to avoid this. Also change all include directives to local ones because we don't have to expose the entire mspack source to inclusion. Change-Id: I3fe0638d69fdc30566eb9425abfe33c807678b28 Reviewed-on: http://gerrit.rockbox.org/417 Reviewed-by: Dominik Riebeling --- rbutil/rbutilqt/mspack/cab.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rbutil/rbutilqt/mspack/cab.h') diff --git a/rbutil/rbutilqt/mspack/cab.h b/rbutil/rbutilqt/mspack/cab.h index 9f449d1f29..78ec8e60db 100644 --- a/rbutil/rbutilqt/mspack/cab.h +++ b/rbutil/rbutilqt/mspack/cab.h @@ -10,9 +10,9 @@ #ifndef MSPACK_CAB_H #define MSPACK_CAB_H 1 -#include -#include -#include +#include "mszip.h" +#include "qtm.h" +#include "lzx.h" /* generic CAB definitions */ -- cgit v1.2.3