diff options
Diffstat (limited to 'Source/WebKit2/Shared/mac/NativeWebKeyboardEventMac.mm')
-rw-r--r-- | Source/WebKit2/Shared/mac/NativeWebKeyboardEventMac.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit2/Shared/mac/NativeWebKeyboardEventMac.mm b/Source/WebKit2/Shared/mac/NativeWebKeyboardEventMac.mm index d69082d..c9f2a0a 100644 --- a/Source/WebKit2/Shared/mac/NativeWebKeyboardEventMac.mm +++ b/Source/WebKit2/Shared/mac/NativeWebKeyboardEventMac.mm @@ -23,6 +23,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#import "config.h" #import "NativeWebKeyboardEvent.h" #import "WebEventFactory.h" |