summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-03-17 03:53:24 +0000
committerUlrich Drepper <drepper@redhat.com>1997-03-17 03:53:24 +0000
commit52cff2eeb65ade46b4fbe3794930db4bcb14f8a2 (patch)
treec6bcf51fbace223beae95a3e7626424c0f3efb6a
parent94f8647f1c42d3ca8c5103d70c80e48f7581a24e (diff)
Include <mach/kern_return.h>.
-rw-r--r--mach/mach/mach_traps.h4
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);