diff options
| -rw-r--r-- | apps/play.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/play.c b/apps/play.c index 89dfa55..7129286 100644 --- a/apps/play.c +++ b/apps/play.c @@ -31,7 +31,7 @@ #include "id3.h" #ifdef MPEG_PLAY -#include "common/mpegplay.h" +#include "mpegplay.h" #endif #define LINE_Y 1 /* initial line */ |