From: twinaphex Date: Sat, 4 Jul 2015 17:19:32 +0000 (+0200) Subject: Change includes so that things build without include dir shenanigans X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68cf40ec367825dc5a2f7a94c3d65595ecde7a33;p=picodrive.git Change includes so that things build without include dir shenanigans --- diff --git a/platform/common/mp3.c b/platform/common/mp3.c index b2bcaf4..01ac782 100644 --- a/platform/common/mp3.c +++ b/platform/common/mp3.c @@ -8,8 +8,8 @@ #include #include -#include -#include +#include "../../pico/pico_int.h" +#include "../../pico/sound/mix.h" #include "mp3.h" static FILE *mp3_current_file;