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

Commit

Permalink
Browse files Browse the repository at this point in the history
unix: fix warning: implicit declaration of function ‘isatty’
  • Loading branch information
bnoordhuis committed Sep 21, 2011
1 parent 2dae0c9 commit 12d3680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/tty.c
Expand Up @@ -23,6 +23,7 @@
#include "internal.h"

#include <assert.h>
#include <unistd.h>
#include <termios.h>
#include <errno.h>

Expand Down

0 comments on commit 12d3680

Please sign in to comment.