diff options
Diffstat (limited to 'rpmunpack.c')
-rw-r--r-- | rpmunpack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmunpack.c b/rpmunpack.c index 79971fa..12e9c71 100644 --- a/rpmunpack.c +++ b/rpmunpack.c @@ -13,11 +13,11 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ -#include "busybox.h" #include <fcntl.h> #include <unistd.h> #include <string.h> #include <stdlib.h> +#include "busybox.h" /* * Some general definitions |