Skip to content

Commit 4ab3cf6

Browse files
committed
Unreviewed build fix after r230045.
* UIProcess/Launcher/mac/ProcessLauncherMac.mm: Add missing include (breaks iOS). Canonical link: https://commits.webkit.org/199678@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@230047 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 2549c90 commit 4ab3cf6

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Source/WebKit/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2018-03-28 Brent Fulgham <bfulgham@apple.com>
2+
3+
Unreviewed build fix after r230045.
4+
5+
* UIProcess/Launcher/mac/ProcessLauncherMac.mm: Add missing include (breaks iOS).
6+
17
2018-03-28 Brent Fulgham <bfulgham@apple.com>
28

39
Protect against invalid mach ports returned by mach_port_request_notification

Source/WebKit/UIProcess/Launcher/mac/ProcessLauncherMac.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#import <crt_externs.h>
3030
#import <mach-o/dyld.h>
31+
#import <mach/mach_error.h>
3132
#import <mach/machine.h>
3233
#import <pal/spi/cocoa/ServersSPI.h>
3334
#import <spawn.h>

0 commit comments

Comments
 (0)