Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / ar.c
diff --git a/ar.c b/ar.c
index 59c3a77545a936f0726de9241d880c72840a9940..f3ba59b6a4978bddb7a75f4aa0e4503851e6505e 100644 (file)
--- a/ar.c
+++ b/ar.c
@@ -35,7 +35,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <malloc.h>
-#include "internal.h"
+#include "busybox.h"
 
 #define BLOCK_SIZE 60
 #define PRESERVE_DATE 1        /* preserve original dates */