summaryrefslogtreecommitdiff
path: root/login/pty.h
diff options
context:
space:
mode:
Diffstat (limited to 'login/pty.h')
-rw-r--r--login/pty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/login/pty.h b/login/pty.h
index 0005f10e2d..bfd4530730 100644
--- a/login/pty.h
+++ b/login/pty.h
@@ -1,4 +1,4 @@
-/* pty.h - Functions for pseudo TTY handling.
+/* Functions for pseudo TTY handling.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -22,8 +22,8 @@
#include <features.h>
-#include <bits/ioctl-types.h>
#include <termios.h>
+#include <sys/ioctl.h>
__BEGIN_DECLS