<ctype.h> included for isalpha()

This commit is contained in:
Pavel Roskin 1998-09-22 13:11:14 +00:00
parent 4fbed2f65e
commit 54d0fa6dc8
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <ctype.h>
#include "tty.h"
#include "mad.h"
#include "util.h" /* Needed for the externs and convert_controls */