- Timestamp:
- Dec 13, 2011, 9:20:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/term.c
r4791 r4792 19 19 #if defined HAVE_PTY_H 20 20 # include <pty.h> /* for openpty and forkpty */ 21 #endif 22 #if defined HAVE_UTIL_H 21 #elif defined HAVE_UTIL_H 23 22 # include <util.h> /* for OS X, OpenBSD and NetBSD */ 24 #endif 25 #if defined HAVE_LIBUTIL_H 23 #elif defined HAVE_LIBUTIL_H 26 24 # include <libutil.h> /* for FreeBSD */ 27 25 #endif
Note: See TracChangeset
for help on using the changeset viewer.