less: document -S flag and make it independently configurable
[oweals/busybox.git] / archival / libarchive / filter_accept_all.c
index e69deb67989763eaf77dc874089b271d41db6896..c33f7d3e368d6cfc9d55ce4e31aa50fa03eb0962 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #include "libbb.h"
-#include "archive.h"
+#include "bb_archive.h"
 
 /* Accept any non-null name, its not really a filter at all */
 char FAST_FUNC filter_accept_all(archive_handle_t *archive_handle)