Skip to content

Commit

Permalink
Fix "Implicit declaration of function 'select' is invalid in C99"
Browse files Browse the repository at this point in the history
  • Loading branch information
kainjow committed Dec 26, 2018
1 parent 829d7bf commit ec9d812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexf/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Cocoa/Cocoa.h>
#include <sys/select.h>
#include <sys/time.h>

static NSString *kAppIdentifier = @"com.ridiculousfish.HexFiend";

Expand Down

0 comments on commit ec9d812

Please sign in to comment.