From 52e7d556000d9ca8c8640e91800ca095cc15367d Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 15 Mar 2016 09:43:11 -0700 Subject: [PATCH] IOKitLib.h not IOKitlib.h As with all other appearances of IOKitLib.h in the osquery sources, use the capitalization "IOKitLib.h" not "IOKitlib.h" to avoid build failure on case-sensitive file systems. --- osquery/events/darwin/iokit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osquery/events/darwin/iokit.h b/osquery/events/darwin/iokit.h index 0d3dadf0..d0801dec 100644 --- a/osquery/events/darwin/iokit.h +++ b/osquery/events/darwin/iokit.h @@ -14,7 +14,7 @@ #include #include -#include +#include namespace osquery {