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 #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) { 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) {