style fix (stray space before ';')
[oweals/busybox.git] / archival / libunarchive / find_list_entry.c
index d1afc72ce08c7cdff76e2dfc771e6255d77e99fd..f2741039d14b6f4c62c44b3c8efadfc7e078456b 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #include <fnmatch.h>
-#include <stdlib.h>
+#include "libbb.h"
 #include "unarchive.h"
 
 /* Find a string in a shell pattern list */