diff options
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r-- | archival/dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index 7d31ad12e..dcbd0d162 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -24,7 +24,7 @@ | |||
24 | * | 24 | * |
25 | */ | 25 | */ |
26 | 26 | ||
27 | #include "busybox.h" | 27 | #include "libbb.h" |
28 | #include "unarchive.h" | 28 | #include "unarchive.h" |
29 | 29 | ||
30 | /* note: if you vary hash_prime sizes be aware, | 30 | /* note: if you vary hash_prime sizes be aware, |