commit | 755740f3ea9c5005d16a80c07e7fc26e45f11aa1 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Feb 07 19:56:39 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Feb 07 19:56:39 2010 +0000 |
tree | 5c764709032b00db8244cde4a358025f61ef5751 | |
parent | a5336b60007476389cb3102b9c020bc78c3fca76 [diff] |
Forward port a number of OSX bugfixes from the trunk to 3.2
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 66ca101..96d8d4d 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c
@@ -3785,6 +3785,10 @@ #else #ifdef HAVE_LIBUTIL_H #include <libutil.h> +#else +#ifdef HAVE_UTIL_H +#include <util.h> +#endif /* HAVE_UTIL_H */ #endif /* HAVE_LIBUTIL_H */ #endif /* HAVE_PTY_H */ #ifdef HAVE_STROPTS_H