rename archival/libunarchive -> archival/libarchive; move bz/ into it
[platform/upstream/busybox.git] / archival / dpkg.c
index 53e30d5..c37ae33 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "libbb.h"
 #include <fnmatch.h>
-#include "unarchive.h"
+#include "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.