Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
added missing headers file
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny authored and ry committed Sep 23, 2011
1 parent 0365259 commit 7ce34f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/tty.c
Expand Up @@ -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) {
Expand Down

0 comments on commit 7ce34f2

Please sign in to comment.