Commit 7bf46a83 7bf46a83158a06335e89e664a6f749179d186121 by Sergey Poznyakoff

Include ctype.h

1 parent ec1e1f42
......@@ -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 \
......