Added include of termios.h which was accidentally left out.

This commit is contained in:
Joel Sherrill
1997-08-01 20:57:21 +00:00
parent bcbd75d4b7
commit 1f581ec6c2

View File

@@ -17,6 +17,8 @@
#include <sys/stat.h>
#include <errno.h>
#include <termios.h>
#include "internal.h"
#include "libio.h"