diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:33:47 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:33:47 +0200 |
commit | 8fe27d49e175412623045bea8d629690be187d6f (patch) | |
tree | a9c3c5cee4b33be6df189a0318d02d6e0f3a073c /tools | |
parent | dd58384ede23bcf9b4c13c5031fa93937093b994 (diff) | |
download | rpm-8fe27d49e175412623045bea8d629690be187d6f.tar.gz rpm-8fe27d49e175412623045bea8d629690be187d6f.tar.bz2 rpm-8fe27d49e175412623045bea8d629690be187d6f.zip |
Move <ctype.h> include out of system.h to the places that need it
Diffstat (limited to 'tools')
-rw-r--r-- | tools/javadeps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/javadeps.c b/tools/javadeps.c index 9b68cabd3..d4474f3e9 100644 --- a/tools/javadeps.c +++ b/tools/javadeps.c @@ -69,6 +69,7 @@ marc@redhat.com and ewt@redhat.com. #include <string.h> #include <netdb.h> #include <rpm/rpmutil.h> +#include <ctype.h> #include "debug.h" /*---------typedefs---------*/ |