Fix the build.

* pal/spi/ios/ManagedConfigurationSPI.h:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@259373 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/PAL/ChangeLog b/Source/WebCore/PAL/ChangeLog
index d65331e..9ce82e4 100644
--- a/Source/WebCore/PAL/ChangeLog
+++ b/Source/WebCore/PAL/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-01  Timothy Horton  <timothy_horton@apple.com>
+
+        Fix the build.
+
+        * pal/spi/ios/ManagedConfigurationSPI.h:
+
 2020-04-01  Tim Horton  <timothy_horton@apple.com>
 
         Use ManagedConfiguration umbrella instead of including specific headers
diff --git a/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h b/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h
index ffca506..3b27e4d 100644
--- a/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h
+++ b/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h
@@ -31,7 +31,12 @@
 // block to make them suitable for C++ use.
 WTF_EXTERN_C_BEGIN
 
+#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 140000
 #import <ManagedConfiguration/ManagedConfiguration.h>
+#else
+#import <ManagedConfiguration/MCFeatures.h>
+#import <ManagedConfiguration/MCProfileConnection.h>
+#endif
 
 WTF_EXTERN_C_END