From 7e8519d4009328b4ea1ed3736f9ef3a2d265a3ce Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 19 Feb 2009 18:41:02 +0000 Subject: 2009-02-19 Aleksej Saushev * configure.ac.pamphlet: Fix indention of CPP directives. Include when testing for openpty. src/ChangeLog 2009-02-19 Gabriel Dos Reis * interp/sys-utility.boot (%hostByteOrder): Make a function. * algebra/system.spad.pamphlet (hostByteOrder$System): Adjust call. 2009-02-19 Aleksej Saushev * lib/openpty.c: Include when testing for openpty. --- src/lib/openpty.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/openpty.c b/src/lib/openpty.c index 5cf36c34..920f8ab1 100644 --- a/src/lib/openpty.c +++ b/src/lib/openpty.c @@ -51,6 +51,7 @@ # include #endif #ifdef HAVE_LIBUTIL_H +# include # include #endif -- cgit v1.2.3