mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-09 16:35:50 +01:00
Change includes so that things build without include dir shenanigans
This commit is contained in:
parent
24a7ff7223
commit
68cf40ec36
@ -8,8 +8,8 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <pico/pico_int.h>
|
||||
#include <pico/sound/mix.h>
|
||||
#include "../../pico/pico_int.h"
|
||||
#include "../../pico/sound/mix.h"
|
||||
#include "mp3.h"
|
||||
|
||||
static FILE *mp3_current_file;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user