summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-13 00:45:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-13 00:45:27 +0000
commit7bf46a83158a06335e89e664a6f749179d186121 (patch)
tree91d5f29230350da3349e56c0c534290b2b3553ec
parentec1e1f42620320e983a17a5e1e04096b5f9a4558 (diff)
downloadmailutils-7bf46a83158a06335e89e664a6f749179d186121.tar.gz
mailutils-7bf46a83158a06335e89e664a6f749179d186121.tar.bz2
Include ctype.h
-rw-r--r--lib/mailcap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mailcap.c b/lib/mailcap.c
index d32df7f49..350ae74c4 100644
--- a/lib/mailcap.c
+++ b/lib/mailcap.c
@@ -25,6 +25,7 @@
#define obstack_chunk_free free
#include <obstack.h>
#include <sys/wait.h>
+#include <ctype.h>
/* Default mailcap path, the $HOME/.mailcap: entry is prepended to it */
#define DEFAULT_MAILCAP \

Return to:

Send suggestions and report system problems to the System administrator.