1
1

<ctype.h> included for isalpha()

Этот коммит содержится в:
Pavel Roskin 1998-09-22 13:11:14 +00:00
родитель 4fbed2f65e
Коммит 54d0fa6dc8

Просмотреть файл

@ -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 */