summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:33:47 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:33:47 +0200
commit8fe27d49e175412623045bea8d629690be187d6f (patch)
treea9c3c5cee4b33be6df189a0318d02d6e0f3a073c /tools
parentdd58384ede23bcf9b4c13c5031fa93937093b994 (diff)
downloadrpm-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.c1
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---------*/