Included <sys/cdefs.h> since this file is now using __signed.

It broke non gnu compilers.
This commit is contained in:
christos 1994-11-20 18:50:18 +00:00
parent 56f3c5d8ba
commit f63115591a
1 changed files with 3 additions and 1 deletions

View File

@ -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. * Copyright (c) 1990 The Regents of the University of California.
@ -38,6 +38,8 @@
#ifndef _MACHTYPES_H_ #ifndef _MACHTYPES_H_
#define _MACHTYPES_H_ #define _MACHTYPES_H_
#include <sys/cdefs.h>
typedef struct _physadr { typedef struct _physadr {
int r[1]; int r[1];
} *physadr; } *physadr;