aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/filter_accept_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libunarchive/filter_accept_all.c')
-rw-r--r--archival/libunarchive/filter_accept_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/filter_accept_all.c b/archival/libunarchive/filter_accept_all.c
index 5c991cac4..47d771e43 100644
--- a/archival/libunarchive/filter_accept_all.c
+++ b/archival/libunarchive/filter_accept_all.c
@@ -5,7 +5,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
-#include <stdlib.h>
+#include "libbb.h"
#include "unarchive.h"
/* Accept any non-null name, its not really a filter at all */