Include ctype.h for isdigit.
authorUlrich Drepper <drepper@redhat.com>
Thu, 20 Mar 1997 19:35:32 +0000 (19:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 20 Mar 1997 19:35:32 +0000 (19:35 +0000)
sysdeps/unix/sysv/linux/alpha/ioperm.c

index b39f39a..63bf175 100644 (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>