Don't delete source file when decompressing to stdout
[oweals/busybox.git] / archival / ar.c
index e02b2651efc2f03b83a608d73af25a70b3923311..ac8c41f966ca61ee2164ce3c7cf725c1d1a0b47c 100644 (file)
  *
  */
 #include <fcntl.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <getopt.h>
-#include <unistd.h>
+#include "unarchive.h"
 #include "busybox.h"
 
 extern int ar_main(int argc, char **argv)