Skip to content
Snippets Groups Projects
Commit 4bbcb671 authored by deuce's avatar deuce
Browse files

Include ctype.h for isspace()

parent 4b1bee31
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. * * Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/ ****************************************************************************/
#include <ctype.h>
#include <genwrap.h> #include <genwrap.h>
#include <stdlib.h> /* realloc */ #include <stdlib.h> /* realloc */
#include "wordwrap.h" #include "wordwrap.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment