Include ctype.h for isdigit.

This commit is contained in:
Ulrich Drepper 1997-03-20 19:35:32 +00:00
parent cb23ff1f57
commit d44e567483

View File

@ -35,6 +35,7 @@
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>