From d184a728cf5c270f1653f60bc0b6b83290127121 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 22 Sep 2011 12:45:14 +0200 Subject: rename archive.h to bb_archive.h. no code changes Signed-off-by: Denys Vlasenko --- archival/dpkg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/dpkg.c') diff --git a/archival/dpkg.c b/archival/dpkg.c index 2a6a7b3bf..bf9e9992c 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c @@ -57,7 +57,7 @@ #include "libbb.h" #include -#include "archive.h" +#include "bb_archive.h" /* note: if you vary hash_prime sizes be aware, * 1) tweaking these will have a big effect on how much memory this program uses. -- cgit v1.2.3