Fix Xbox DSP code

This commit is contained in:
Matt Borgerson 2018-06-26 14:44:34 -07:00
parent 6f2eafa9bb
commit fcc596cb7f
1 changed files with 3 additions and 2 deletions

View File

@ -22,13 +22,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "qemu/osdep.h"
#include "qemu-common.h"
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <assert.h>
#include "qemu-common.h"
#include "dsp_cpu.h"
#include "dsp_dma.h"