#include <termios.h>

This commit is contained in:
Peter Wemm 1999-08-30 08:10:42 +00:00
parent 1f28eceeac
commit 63fdd4420d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50631

View file

@ -25,6 +25,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <termios.h>
#if defined(LOCALE)
#include <locale.h>