From 4e1c86a6c0cf9a6e51ec4f9b9ad9271547fa036d Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 10 May 2012 20:41:00 +0200 Subject: * apt-inst/deb/debfile.h: - readd 'md5.h' to the uncleaned header includes to make qapt build against us again unchanged to unblock transition (Closes: #669163) --- apt-inst/deb/debfile.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apt-inst') diff --git a/apt-inst/deb/debfile.h b/apt-inst/deb/debfile.h index d94b74446..38211fb0f 100644 --- a/apt-inst/deb/debfile.h +++ b/apt-inst/deb/debfile.h @@ -29,6 +29,10 @@ #include #include +#ifndef APT_8_CLEANER_HEADERS +#include +#endif + class FileFd; class debDebFile -- cgit v1.2.3