Skip to content

Commit

Permalink
Correct fishhook import Fixes facebook#16039
Browse files Browse the repository at this point in the history
  • Loading branch information
macdoum1 committed Oct 10, 2017
1 parent 04ff184 commit fc83176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/WebSocket/RCTReconnectingWebSocket.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#import <React/RCTConvert.h>
#import <React/RCTDefines.h>
#import <fishhook/fishhook.h>
#import "fishhook.h"

#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 110000 /* __IPHONE_11_0 */
#import <os/log.h>
Expand Down

0 comments on commit fc83176

Please sign in to comment.