From 285f5c30b91c76eaa5defe6d58a5cf9f6ffb3c0e Mon Sep 17 00:00:00 2001 From: albert <> Date: Mon, 19 Jul 2004 04:56:10 +0000 Subject: [PATCH] isalpha requires ctype.h --- .cvsignore | 1 + proc/slab.c | 1 + 2 files changed, 2 insertions(+) diff --git a/.cvsignore b/.cvsignore index adf39c31..26655914 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ +noCVS a.out typescript pmap diff --git a/proc/slab.c b/proc/slab.c index 7c2ab0e2..29e6b589 100644 --- a/proc/slab.c +++ b/proc/slab.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "slab.h" #include "procps.h"