aboutsummaryrefslogtreecommitdiff
path: root/dpkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpkg.c')
-rw-r--r--dpkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg.c b/dpkg.c
index 01ddc7b7b..203b64d98 100644
--- a/dpkg.c
+++ b/dpkg.c
@@ -1,3 +1,4 @@
1#include <ctype.h>
1#include <dirent.h> 2#include <dirent.h>
2#include <getopt.h> 3#include <getopt.h>
3#include <stdio.h> 4#include <stdio.h>
@@ -116,7 +117,6 @@ static int package_compare(const void *p1, const void *p2)
116} 117}
117 118
118#ifdef DODEPENDS 119#ifdef DODEPENDS
119#include <ctype.h>
120 120
121static char **depends_split(const char *dependsstr) 121static char **depends_split(const char *dependsstr)
122{ 122{