diff options
author | 1997-03-17 03:53:24 +0000 | |
---|---|---|
committer | 1997-03-17 03:53:24 +0000 | |
commit | 52cff2eeb65ade46b4fbe3794930db4bcb14f8a2 (patch) | |
tree | c6bcf51fbace223beae95a3e7626424c0f3efb6a | |
parent | Include <mach/mach_traps.h>. (diff) | |
download | glibc-52cff2eeb65ade46b4fbe3794930db4bcb14f8a2.tar.gz glibc-52cff2eeb65ade46b4fbe3794930db4bcb14f8a2.tar.bz2 glibc-52cff2eeb65ade46b4fbe3794930db4bcb14f8a2.zip |
Include <mach/kern_return.h>.
-rw-r--r-- | mach/mach/mach_traps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mach/mach/mach_traps.h b/mach/mach/mach_traps.h index 17fee75fae..fbd92dd310 100644 --- a/mach/mach/mach_traps.h +++ b/mach/mach/mach_traps.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -26,7 +26,7 @@ #define _MACH_MACH_TRAPS_H_ 1 #include <mach/port.h> - +#include <mach/kern_return.h> /* Create and return a new receive right. */ extern mach_port_t mach_reply_port (void); |