diff options
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,17 +101,17 @@ void warnx(const char *, ...); #include <paths.h> #endif -#ifdef HAVE_FORKPTY #ifdef HAVE_LIBUTIL_H #include <libutil.h> #endif + #ifdef HAVE_PTY_H #include <pty.h> #endif + #ifdef HAVE_UTIL_H #include <util.h> #endif -#endif #ifdef HAVE_VIS #include <vis.h> |