include sys/types.h, no longer need to typedef size_t
[unix-history] / usr / src / include / sgtty.h
/*
* Copyright (c) 1985 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)sgtty.h 5.1 (Berkeley) %G%
*/
#ifndef _IOCTL_H_
#ifndef USE_OLD_TTY
#define USE_OLD_TTY
#endif
#include <sys/ioctl.h>
#endif /* !_IOCTL_H_ */