xref: /original-bsd/include/sgtty.h (revision 7f22226e)
1 /*
2  * Copyright (c) 1985 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)sgtty.h	5.1 (Berkeley) 02/05/91
8  */
9 
10 #ifndef	_IOCTL_H_
11 #ifndef USE_OLD_TTY
12 #define	USE_OLD_TTY
13 #endif
14 #include <sys/ioctl.h>
15 #endif /* !_IOCTL_H_ */
16