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:
parent
3677d6b6aa
commit
a78180f607
|
@ -28,6 +28,7 @@
|
|||
#include <stdio.h>
|
||||
#include "mem.h"
|
||||
#include "registers.h"
|
||||
#include "FIFO.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue