From 807bda4a240db2dfc41874828d28c5ea4145c94e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 7 Jul 2001 08:13:02 +0000 Subject: Minor update to include file ordering --- dpkg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpkg.c') diff --git a/dpkg.c b/dpkg.c index 01ddc7b7b..203b64d98 100644 --- a/dpkg.c +++ b/dpkg.c @@ -1,3 +1,4 @@ +#include #include #include #include @@ -116,7 +117,6 @@ static int package_compare(const void *p1, const void *p2) } #ifdef DODEPENDS -#include static char **depends_split(const char *dependsstr) { -- cgit v1.2.3