aboutsummaryrefslogtreecommitdiff
path: root/rpmunpack.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpmunpack.c')
-rw-r--r--rpmunpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmunpack.c b/rpmunpack.c
index 79971faf3..12e9c71de 100644
--- a/rpmunpack.c
+++ b/rpmunpack.c
@@ -13,11 +13,11 @@
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 */ 14 */
15 15
16#include "busybox.h"
17#include <fcntl.h> 16#include <fcntl.h>
18#include <unistd.h> 17#include <unistd.h>
19#include <string.h> 18#include <string.h>
20#include <stdlib.h> 19#include <stdlib.h>
20#include "busybox.h"
21 21
22/* 22/*
23 * Some general definitions 23 * Some general definitions