isalpha requires ctype.h

This commit is contained in:
albert 2004-07-19 04:56:10 +00:00
parent 8dae75eb36
commit 285f5c30b9
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
noCVS
a.out
typescript
pmap

View File

@ -13,6 +13,7 @@
#include <stdio.h>
#include <unistd.h>
#include <limits.h>
#include <ctype.h>
#include "slab.h"
#include "procps.h"