* keyboard.c: Include "systty.h", not "systerm.h".

This commit is contained in:
Jim Blandy 1992-08-29 03:04:31 +00:00
parent 99dc4745e6
commit 6ef5b54f58

View file

@ -42,7 +42,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#include "syssignal.h"
#include "systerm.h"
#include "systty.h"
#include "systime.h"
extern int errno;