mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
Include <sys/types.h> early. This will be required when <stdio.h> and/or
<signal.h> are fixed to not include it. Bruce
This commit is contained in:
parent
2175e44a77
commit
a3a5ddcb52
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4451
@ -20,6 +20,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#if !defined (TERMINAL_H)
|
||||
#define TERMINAL_H 1
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#if !defined(__GO32__) && !defined (HAVE_TERMIOS)
|
||||
|
||||
/* Define a common set of macros -- BSD based -- and redefine whatever
|
||||
|
Loading…
Reference in New Issue
Block a user