1
0
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:
Bruce Evans 1994-11-14 05:16:46 +00:00
parent 2175e44a77
commit a3a5ddcb52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4451

View File

@ -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