mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Another buildfix
This commit is contained in:
parent
7d3f62a816
commit
e39b92a1f0
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
|||
#include <string/stdstring.h>
|
||||
#include <streams/file_stream.h>
|
||||
#include <streams/stdin_stream.h>
|
||||
#include <midi/midi_driver.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
@ -49,6 +48,8 @@
|
|||
#include "discord/discord.h"
|
||||
#endif
|
||||
|
||||
#include "midi/midi_driver.h"
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "menu/menu_driver.h"
|
||||
#include "menu/menu_content.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue