aboutsummaryrefslogtreecommitdiff
path: root/archival/dpkg.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-07 08:13:02 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-07 08:13:02 +0000
commit807bda4a240db2dfc41874828d28c5ea4145c94e (patch)
tree8f54ae716e5cd13f55743a7622f777177fe38742 /archival/dpkg.c
parent7cd5075908eaf0bc444db72641221205373d5002 (diff)
downloadbusybox-807bda4a240db2dfc41874828d28c5ea4145c94e.tar.gz
Minor update to include file ordering
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r--archival/dpkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c
index 01ddc7b7b..203b64d98 100644
--- a/archival/dpkg.c
+++ b/archival/dpkg.c
@@ -1,3 +1,4 @@
+#include <ctype.h>
#include <dirent.h>
#include <getopt.h>
#include <stdio.h>
@@ -116,7 +117,6 @@ static int package_compare(const void *p1, const void *p2)
}
#ifdef DODEPENDS
-#include <ctype.h>
static char **depends_split(const char *dependsstr)
{