]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/kern_newsysctl.c
xnu-4570.1.46.tar.gz
[apple/xnu.git] / bsd / kern / kern_newsysctl.c
index 6895674f979c0e291693f65d88e0ed50f0b6c845..4103009feae22f3a40f5212ac48aee7906cd29b3 100644 (file)
 #include <security/audit/audit.h>
 #include <pexpert/pexpert.h>
 
+#if CONFIG_MACF
+#include <security/mac_framework.h>
+#endif
+
 lck_grp_t * sysctl_lock_group = NULL;
 lck_rw_t * sysctl_geometry_lock = NULL;
 lck_mtx_t * sysctl_unlocked_node_lock = NULL;