driver: fix compile after include change.

Origin commit data
------------------
Commit: bec26850a3
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)
This commit is contained in:
[CST] Bas
2012-03-04 15:50:19 +08:00
parent cff2f560d5
commit 42745eed19
15 changed files with 35 additions and 24 deletions

View File

@@ -43,7 +43,6 @@
#include <string.h>
#include <errno.h>
#include <string>
#include <driver/audiodec/mp3dec.h>
#include <linux/soundcard.h>
#include <assert.h>
#include <cmath>
@@ -54,6 +53,7 @@
#include <neutrino.h>
#include <driver/netfile.h>
#include <zapit/include/audio.h>
#include "mp3dec.h"
extern cAudio * audioDecoder;