Qt: Fully qualify path to sdl-events.h

This commit is contained in:
Jeffrey Pfau 2016-09-18 22:14:45 -07:00
parent 44af469782
commit d97d2b9565
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ extern "C" {
#include "gba/input.h"
#include "gba/overrides.h"
#ifdef BUILD_SDL
#include "sdl-events.h"
#include "platform/sdl/sdl-events.h"
#endif
}