examples: fix forktty() warning on OSX

This commit is contained in:
Aris Adamantiadis
2013-11-03 14:09:28 +01:00
parent 5bc32bfd88
commit 6e9e13cc24
3 changed files with 7 additions and 1 deletions

View File

@@ -20,6 +20,9 @@
/* Define to 1 if you have the <pty.h> header file. */
#cmakedefine HAVE_PTY_H 1
/* Define to 1 if you have the <util.h> header file. */
#cmakedefine HAVE_UTIL_H 1
/* Define to 1 if you have the <termios.h> header file. */
#cmakedefine HAVE_TERMIOS_H 1