X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/734aad71947a79037af64f74c683f5eb36fe6065..9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf:/mach/headers/mach.h

diff --git a/mach/headers/mach.h b/mach/headers/mach.h
index 924fee0..be81873 100644
--- a/mach/headers/mach.h
+++ b/mach/headers/mach.h
@@ -71,6 +71,9 @@
 #include <mach/mig.h>
 #include <mach/mig_errors.h>
 
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
 /*
  * Standard prototypes
  */
@@ -126,4 +129,6 @@ extern kern_return_t	clock_sleep(mach_port_t,
 				    int,
 				    mach_timespec_t,
 				    mach_timespec_t *);
+__END_DECLS
+
 #endif	/* _MACH_H_ */