Update m_menu.c
This commit is contained in:
parent
b33f90b6ea
commit
8eafc426b9
1 changed files with 7 additions and 0 deletions
|
|
@ -88,6 +88,13 @@
|
|||
|
||||
#include "deh_tables.h" // menunames
|
||||
|
||||
#if defined(HAVE_SDL)
|
||||
#include <SDL3/SDL.h>
|
||||
#if SDL_VERSION_ATLEAST(2,0,0)
|
||||
#include "sdl/sdlmain.h" // JOYSTICK_HOTPLUG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef PC_DOS
|
||||
#include <stdio.h> // for snprintf
|
||||
int snprintf(char *str, size_t n, const char *fmt, ...);
|
||||
|
|
|
|||
Loading…
Reference in a new issue