# HG changeset patch # User Rob Landley # Date 1421438132 21600 # Node ID 988f3d13b925789100a06a76d7b0892b9886dd73 # Parent c1715c752e89b0872d0c954df8815741a3511461 Move pty.h back to toys.h (under LSB 4.1 headers). diff -r c1715c752e89 -r 988f3d13b925 lib/portability.h --- a/lib/portability.h Fri Jan 16 13:49:23 2015 -0600 +++ b/lib/portability.h Fri Jan 16 13:55:32 2015 -0600 @@ -207,9 +207,6 @@ #include #endif -#include - - // Some systems don't define O_NOFOLLOW, and it varies by architecture, so... #include #ifndef O_NOFOLLOW diff -r c1715c752e89 -r 988f3d13b925 toys.h --- a/toys.h Fri Jan 16 13:49:23 2015 -0600 +++ b/toys.h Fri Jan 16 13:55:32 2015 -0600 @@ -63,6 +63,7 @@ #include // LSB 4.1 headers +#include #include #include #include