From f63115591ae69c70ac3c11dde36a0706ae3411ef Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 20 Nov 1994 18:50:18 +0000 Subject: [PATCH] Included since this file is now using __signed. It broke non gnu compilers. --- sys/arch/i386/include/types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/include/types.h b/sys/arch/i386/include/types.h index 3e7d7597cab9..5c0eae5a983d 100644 --- a/sys/arch/i386/include/types.h +++ b/sys/arch/i386/include/types.h @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.8 1994/10/27 04:16:32 cgd Exp $ */ +/* $NetBSD: types.h,v 1.9 1994/11/20 18:50:18 christos Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -38,6 +38,8 @@ #ifndef _MACHTYPES_H_ #define _MACHTYPES_H_ +#include + typedef struct _physadr { int r[1]; } *physadr;