Skip to content
Snippets Groups Projects
Commit 09ac33e7 authored by rswindell's avatar rswindell
Browse files

Need to #include ctype.h for isdigit prototype.

parent 55256fdb
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h> /* isdigit */
#include <sys/types.h>
#include <sys/stat.h> /* must come after sys/types.h */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment