diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/portability.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/portability.h b/lib/portability.h index 9a7b349b..f6f76729 100644 --- a/lib/portability.h +++ b/lib/portability.h @@ -207,9 +207,6 @@ ssize_t getline(char **lineptr, size_t *n, FILE *stream); #include <utmpx.h> #endif -#include <pty.h> - - // Some systems don't define O_NOFOLLOW, and it varies by architecture, so... #include <fcntl.h> #ifndef O_NOFOLLOW |