include busybox after libc includes
authorGlenn L McGrath <bug1@ihug.co.nz>
Tue, 10 Dec 2002 02:09:12 +0000 (02:09 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Tue, 10 Dec 2002 02:09:12 +0000 (02:09 -0000)
archival/rpm.c

index ee5087f0aaabdbd72f006eaaa2c0edccfc61833f..61486cb03aaba1773d18dc6a7cb0fb9465467374 100644 (file)
@@ -19,8 +19,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
-#include "busybox.h"
-#include "unarchive.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <signal.h>
@@ -31,6 +29,9 @@
 #include <sys/mman.h> /* For mmap */
 #include <time.h> /* For ctime */
 
+#include "busybox.h"
+#include "unarchive.h"
+
 #define RPM_HEADER_MAGIC "\216\255\350"
 #define RPM_CHAR_TYPE          1
 #define RPM_INT8_TYPE          2