notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a7ff7
)
Change includes so that things build without include dir shenanigans
author
twinaphex
<libretro@gmail.com>
Sat, 4 Jul 2015 17:19:32 +0000
(19:19 +0200)
committer
twinaphex
<libretro@gmail.com>
Sat, 4 Jul 2015 17:19:32 +0000
(19:19 +0200)
platform/common/mp3.c
patch
|
blob
|
blame
|
history
diff --git
a/platform/common/mp3.c
b/platform/common/mp3.c
index
b2bcaf4
..
01ac782
100644
(file)
--- a/
platform/common/mp3.c
+++ b/
platform/common/mp3.c
@@
-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;