Fixed compilation bug: FIFOValue was used in GPU.h without #include'ing

FIFO.h, so it ends up having two 'declarations' of FIFOValue
This commit is contained in:
yabause 2007-01-09 23:26:38 +00:00
parent 8157759485
commit 30022dea74
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <stdio.h>
#include "mem.h"
#include "registers.h"
#include "FIFO.h"
#ifdef __cplusplus
extern "C" {