]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/build_config.h
xnu-4570.1.46.tar.gz
[apple/xnu.git] / osfmk / kern / build_config.h
index 895437a8361ca9bd665d09bb090b89329f35e0c7..7cec83982a42c455693645e947c15c2d8d9b0a3c 100644 (file)
 
 #include <stdbool.h>
 #include <os/base.h>
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
 
 bool kern_config_is_development(void) OS_CONST;
 
+__END_DECLS
+
 #endif /* _KERN_BUILD_CONFIG_H */