]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/power_mgmt.c
ipsec-332.100.1.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / power_mgmt.c
index 370b25fbc89ed060f56e7fc0f33133550a9676ba..a67bf3692cab82a14339158dfe9ed573d2492b5a 100644 (file)
@@ -16,9 +16,9 @@
 #include <IOKit/IOKitLib.h>
 #include <IOKit/pwr_mgt/IOPM.h>
 #include <IOKit/pwr_mgt/IOPMLib.h>
-#if !TARGET_OS_EMBEDDED
+#if !(TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)
 #include <IOKit/pwr_mgt/IOPMLibPrivate.h>
-#endif /* !TARGET_OS_EMBEDDED */
+#endif /* !(TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR) */
 #include <IOKit/IOMessage.h>
 
 #include "var.h"