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

@ -9,6 +9,7 @@
* GNU Library General Public License for more details.
*/
#include <stdlib.h>
#include <termios.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/ioctl.h>