# HG changeset patch # User Jim Blandy # Date 730392699 0 # Node ID 8ca19160362bc2d8420566e538d8c5c400c73457 # Parent 699033d79ee69e26376ab251e0827b7e2590e35f * systty.h [HAVE_TERMIOS]: Include fcntl.h. diff -r 699033d79ee6 -r 8ca19160362b src/systty.h --- a/src/systty.h Mon Feb 22 14:51:13 1993 +0000 +++ b/src/systty.h Mon Feb 22 14:51:39 1993 +0000 @@ -26,6 +26,7 @@ #ifdef HAVE_TERMIOS #include #include +#include #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ #ifndef VMS #include