[SID Decoder] Fix capitalization of header file
Header file name is Event.h, not event.h. Newly discovered bug on case- sensitive file system. Signed-off-by: Christopher Snowhill <kode54@gmail.com>swiftingly
parent
95df58dd75
commit
f2f71d0c9b
|
@ -12,7 +12,7 @@
|
|||
#import <sidplayfp/SidInfo.h>
|
||||
#import <sidplayfp/SidTune.h>
|
||||
#import <sidplayfp/SidTuneInfo.h>
|
||||
#import <sidplayfp/event.h>
|
||||
#import <sidplayfp/Event.h>
|
||||
#import <sidplayfp/sidbuilder.h>
|
||||
#import <sidplayfp/sidplayfp.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue