Commit 7bf46a83 7bf46a83158a06335e89e664a6f749179d186121 by Sergey Poznyakoff

Include ctype.h

1 parent ec1e1f42
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
25 #define obstack_chunk_free free 25 #define obstack_chunk_free free
26 #include <obstack.h> 26 #include <obstack.h>
27 #include <sys/wait.h> 27 #include <sys/wait.h>
28 #include <ctype.h>
28 29
29 /* Default mailcap path, the $HOME/.mailcap: entry is prepended to it */ 30 /* Default mailcap path, the $HOME/.mailcap: entry is prepended to it */
30 #define DEFAULT_MAILCAP \ 31 #define DEFAULT_MAILCAP \
......