diff options
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/term.c b/src/term.c index 4f326234956..d1279498060 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -31,9 +31,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 31 | #include <unistd.h> | 31 | #include <unistd.h> |
| 32 | #endif | 32 | #endif |
| 33 | 33 | ||
| 34 | #if HAVE_TERMIOS_H | ||
| 35 | #include <termios.h> /* For TIOCNOTTY. */ | ||
| 36 | #endif | ||
| 37 | #ifdef HAVE_SYS_IOCTL_H | 34 | #ifdef HAVE_SYS_IOCTL_H |
| 38 | #include <sys/ioctl.h> | 35 | #include <sys/ioctl.h> |
| 39 | #endif | 36 | #endif |