diff options
-rw-r--r-- | archival/dpkg.c | 2 | ||||
-rw-r--r-- | dpkg.c | 2 |
2 files changed, 2 insertions, 2 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 @@ | |||
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 | ||
121 | static char **depends_split(const char *dependsstr) | 121 | static char **depends_split(const char *dependsstr) |
122 | { | 122 | { |
@@ -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 | ||
121 | static char **depends_split(const char *dependsstr) | 121 | static char **depends_split(const char *dependsstr) |
122 | { | 122 | { |