From 26202133027891f327266e1f599ed88b410164fc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 25 Mar 2008 19:52:13 +0000 Subject: [PATCH] Make util/lzma compile under gcc-4.3.0. Signed-off-by: Klaus Schnass Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/coreboot-v3@646 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/lzma/minilzma.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util/lzma/minilzma.cc b/util/lzma/minilzma.cc index ffa2016fd6..cd68e387ca 100644 --- a/util/lzma/minilzma.cc +++ b/util/lzma/minilzma.cc @@ -28,8 +28,11 @@ #include #include #include -#include #include +#include +#include +#include +#include #include #include