added missing headers file

This commit is contained in:
Fedor Indutny 2011-09-23 16:34:10 +07:00 committed by Ryan Dahl
parent 03652596cf
commit 7ce34f2ada

View File

@ -26,6 +26,7 @@
#include <unistd.h>
#include <termios.h>
#include <errno.h>
#include <sys/ioctl.h>
int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd) {