Signed-off-by: Rainer Müller <raimue_AT_codingfarm.de>
--- madtty.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/madtty.c b/madtty.c index dd5e26d..49a1f84 100644 --- a/madtty.c +++ b/madtty.c @@ -38,7 +38,7 @@ # include <pty.h> #elif defined(__FreeBSD__) # include <libutil.h> -#elif defined(__OpenBSD__) || defined(__NetBSD__) +#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) # include <util.h> #endif #include "madtty.h" -- 1.5.4.5Received on Mon Apr 28 2008 - 03:12:17 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:36:04 UTC