summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/mspack/lit.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-03-11 18:51:11 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2013-11-04 22:15:00 +0100
commit289acf3333cf76ffc689aff8a17340b299ce0686 (patch)
treebf90342b8fb10132cdc6f91fae020ef89c0e8954 /rbutil/rbutilqt/mspack/lit.h
parent739a7ae0e9acb27227f5473a003833ea5a9c97ef (diff)
downloadrockbox-289acf3333cf76ffc689aff8a17340b299ce0686.tar.gz
rockbox-289acf3333cf76ffc689aff8a17340b299ce0686.zip
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 <Dominik.Riebeling@gmail.com>
Diffstat (limited to 'rbutil/rbutilqt/mspack/lit.h')
-rw-r--r--rbutil/rbutilqt/mspack/lit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rbutil/rbutilqt/mspack/lit.h b/rbutil/rbutilqt/mspack/lit.h
index 79ba44d877..2ccc7dd7f3 100644
--- a/rbutil/rbutilqt/mspack/lit.h
+++ b/rbutil/rbutilqt/mspack/lit.h
@@ -10,9 +10,9 @@
10#ifndef MSPACK_LIT_H 10#ifndef MSPACK_LIT_H
11#define MSPACK_LIT_H 1 11#define MSPACK_LIT_H 1
12 12
13#include <lzx.h> 13#include "lzx.h"
14#include <des.h> 14#include "des.h"
15#include <sha.h> 15#include "sha.h"
16 16
17/* generic LIT definitions */ 17/* generic LIT definitions */
18 18