Backport 9dd4638de73b.

This commit is contained in:
Stefan Krah 2012-11-19 00:54:05 +01:00
parent 4b26d5507b
commit 36f021621e
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ extern char * _getpty(int *, int, mode_t, int);
/* On QNX 6, struct termio must be declared by including sys/termio.h
if TCGETA, TCSETA, TCSETAW, or TCSETAF are used. sys/termio.h must
be included before termios.h or it will generate an error. */
#ifdef HAVE_SYS_TERMIO_H
#if defined(HAVE_SYS_TERMIO_H) && !defined(__hpux)
#include <sys/termio.h>
#endif