Include ctype.h
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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 \ | ... | ... |
-
Please register or sign in to post a comment