aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-01 11:22:33 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-01 11:22:33 +0000
commitf926b14f2e010c3b48e8dffb573d313df0371cd8 (patch)
tree42c6015ef1cc5c5fa136f65aaae116ccb606fd94
parent720e72945509eb31809d38fa5730f0ffe71a9550 (diff)
downloadrpmtools-f926b14f2e010c3b48e8dffb573d313df0371cd8.tar
rpmtools-f926b14f2e010c3b48e8dffb573d313df0371cd8.tar.gz
rpmtools-f926b14f2e010c3b48e8dffb573d313df0371cd8.tar.bz2
rpmtools-f926b14f2e010c3b48e8dffb573d313df0371cd8.tar.xz
rpmtools-f926b14f2e010c3b48e8dffb573d313df0371cd8.zip
Fix compilation warning
-rw-r--r--parsehdlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsehdlist.c b/parsehdlist.c
index 8d7cda8..69472b8 100644
--- a/parsehdlist.c
+++ b/parsehdlist.c
@@ -11,6 +11,7 @@
#include <rpm/header.h>
#include <stdio.h>
#include <string.h>
+#include <ctype.h>
#ifndef VERSION_STRING
#define VERSION_STRING "0.0"