Title: [259373] trunk/Source/WebCore/PAL
Revision
259373
Author
timothy_hor...@apple.com
Date
2020-04-01 17:16:26 -0700 (Wed, 01 Apr 2020)

Log Message

Fix the build.

* pal/spi/ios/ManagedConfigurationSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (259372 => 259373)


--- trunk/Source/WebCore/PAL/ChangeLog	2020-04-02 00:13:11 UTC (rev 259372)
+++ trunk/Source/WebCore/PAL/ChangeLog	2020-04-02 00:16:26 UTC (rev 259373)
@@ -1,3 +1,9 @@
+2020-04-01  Timothy Horton  <timothy_hor...@apple.com>
+
+        Fix the build.
+
+        * pal/spi/ios/ManagedConfigurationSPI.h:
+
 2020-04-01  Tim Horton  <timothy_hor...@apple.com>
 
         Use ManagedConfiguration umbrella instead of including specific headers

Modified: trunk/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h (259372 => 259373)


--- trunk/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h	2020-04-02 00:13:11 UTC (rev 259372)
+++ trunk/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h	2020-04-02 00:16:26 UTC (rev 259373)
@@ -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
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to