simulator: Fix sim build for sdl/hosted targets

Change-Id: I39a7be7cf0ace47cd4aba2a01d9450e1ba41cb7b
This commit is contained in:
Solomon Peachy 2020-04-05 14:49:12 -04:00
parent 0efa73f0ec
commit 87a40552fb

View file

@ -67,7 +67,9 @@ int remote_type(void)
}
#endif
#ifndef SIMULATOR
struct event_queue button_queue;
#endif
static int btn = 0; /* Hopefully keeps track of currently pressed keys... */