]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <mach/kern_return.h>.
authorUlrich Drepper <drepper@redhat.com>
Mon, 17 Mar 1997 03:53:24 +0000 (03:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 17 Mar 1997 03:53:24 +0000 (03:53 +0000)
mach/mach/mach_traps.h

index 17fee75fae7b102006b580076d9743e3ff8f9719..fbd92dd310478b906a2aac0e710210510f57632a 100644 (file)
@@ -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);