Skip to content

Commit aca7acf

Browse files
committed
Fix missing mmsystem include
1 parent 250ce07 commit aca7acf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

midi/drivers/winmm_midi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*/
1515

1616
#include <windows.h>
17+
#include <mmsystem.h>
1718

1819
#include <libretro.h>
1920
#include <lists/string_list.h>

0 commit comments

Comments
 (0)