include busybox after libc includes
This commit is contained in:
parent
b72a735a32
commit
38386d7fed
@ -19,8 +19,6 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "busybox.h"
|
|
||||||
#include "unarchive.h"
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
@ -31,6 +29,9 @@
|
|||||||
#include <sys/mman.h> /* For mmap */
|
#include <sys/mman.h> /* For mmap */
|
||||||
#include <time.h> /* For ctime */
|
#include <time.h> /* For ctime */
|
||||||
|
|
||||||
|
#include "busybox.h"
|
||||||
|
#include "unarchive.h"
|
||||||
|
|
||||||
#define RPM_HEADER_MAGIC "\216\255\350"
|
#define RPM_HEADER_MAGIC "\216\255\350"
|
||||||
#define RPM_CHAR_TYPE 1
|
#define RPM_CHAR_TYPE 1
|
||||||
#define RPM_INT8_TYPE 2
|
#define RPM_INT8_TYPE 2
|
||||||
|
Loading…
Reference in New Issue
Block a user