#include ctype.h, since we use isdigit().

This commit is contained in:
mycroft 1993-12-07 03:04:28 +00:00
parent 6103136f3b
commit e331ce34d0
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: shlib.c,v 1.5 1993/11/21 21:01:08 mycroft Exp $
* $Id: shlib.c,v 1.6 1993/12/07 03:04:28 mycroft Exp $
*/
#include <sys/param.h>
@ -11,6 +11,7 @@
#include <sys/time.h>
#include <fcntl.h>
#include <string.h>
#include <ctype.h>
#include <dirent.h>
#include <a.out.h>

View File

@ -1,5 +1,5 @@
/*
* $Id: shlib.c,v 1.5 1993/11/21 21:01:08 mycroft Exp $
* $Id: shlib.c,v 1.6 1993/12/07 03:04:28 mycroft Exp $
*/
#include <sys/param.h>
@ -11,6 +11,7 @@
#include <sys/time.h>
#include <fcntl.h>
#include <string.h>
#include <ctype.h>
#include <dirent.h>
#include <a.out.h>

View File

@ -1,5 +1,5 @@
/*
* $Id: shlib.c,v 1.5 1993/11/21 21:01:08 mycroft Exp $
* $Id: shlib.c,v 1.6 1993/12/07 03:04:28 mycroft Exp $
*/
#include <sys/param.h>
@ -11,6 +11,7 @@
#include <sys/time.h>
#include <fcntl.h>
#include <string.h>
#include <ctype.h>
#include <dirent.h>
#include <a.out.h>