dietlibc needs termios.h for struct winsize -- thanks Thomas Ogrisegg

This commit is contained in:
albert
2005-10-30 00:04:21 +00:00
parent 6a304370f8
commit 7767733812
6 changed files with 7 additions and 1 deletions

View File

@ -19,6 +19,7 @@
#include <assert.h>
#include <fcntl.h>
#include <limits.h>
#include <termios.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/ioctl.h>