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

1
w.c
View File

@ -27,6 +27,7 @@
#include <unistd.h>
#include <utmp.h>
#include <locale.h>
#include <termios.h>
static int ignoreuser = 0; /* for '-u' */
static proc_t **procs; /* our snapshot of the process table */