Merge pull request #1653 from ajrhacker/osd_input_fix

Unbreak non-Windows builds yet again (nw)
This commit is contained in:
Robert 2016-11-11 13:41:45 +11:00 committed by GitHub
commit b76ee2bbad

View File

@ -8,6 +8,8 @@
#include "input_module.h"
#if defined(OSD_WINDOWS) || defined(OSD_UWP)
// MAME headers
#include "emu.h"
#include "osdepend.h"
@ -149,3 +151,4 @@ void windows_osd_interface::customize_input_type_list(simple_list<input_type_ent
}
}
#endif