Skip to content
Snippets Groups Projects
Commit 7ba7dac9 authored by deuce's avatar deuce
Browse files

Need ctype.h for isdigit()

parent bcb874f3
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
#include <ctype.h> /* isdigit */
#include <stdlib.h> /* alloca/free on FreeBSD */
#include <string.h> /* bzero (for FD_ZERO) on FreeBSD */
#include <errno.h> /* ENOMEM */
......
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