Don't delete source file when decompressing to stdout
[oweals/busybox.git] / archival / cpio.c
index 372f9f5b1ebf0784e1d1ef4caa3bcaf29199aab9..baaa72ea18a237b3f7edc2d38e6a5acf372ce24a 100644 (file)
@@ -28,6 +28,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include "unarchive.h"
 #include "busybox.h"
 
 extern int cpio_main(int argc, char **argv)