Fix compilation on macOS with case sensitive FS (dotnet/coreclr#9693)
authorMikhail Filippov <mikhail@filippov.me>
Tue, 21 Feb 2017 17:26:58 +0000 (20:26 +0300)
committerJan Kotas <jkotas@microsoft.com>
Tue, 21 Feb 2017 17:26:58 +0000 (09:26 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/a3af468e2f731e2d7b071fb82bd2eeb62cd8db0d

src/coreclr/src/pal/src/locale/unicode.cpp

index 3c11974..6921473 100644 (file)
@@ -42,7 +42,7 @@ Revision History:
 #endif // __APPLE__
 #include <errno.h>
 #if HAVE_COREFOUNDATION
-#include <corefoundation/corefoundation.h>
+#include <CoreFoundation/CoreFoundation.h>
 #endif // HAVE_COREFOUNDATION
 
 #include <debugmacrosext.h>