1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
1998-10-15  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
	have all types defined.
	Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
This commit is contained in:
Ulrich Drepper
1998-10-15 07:51:40 +00:00
parent 8d5166fb53
commit 7edb4c25b0
2 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,9 @@
# error "Never use <bits/ioctls.h> directly; include <sys/ioctl.h> instead."
#endif
/* Get the necessary definitions. */
#include <termios.h>
/* Use the definitions from the kernel header files. */
#include <asm/ioctls.h>