]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/jagstub2bios.h
Fixes for compilation against GCC 6.
[virtualjaguar] / src / jagstub2bios.h
index fcec2e36e8d4e5b16420f5e027fe489b7d53cf40..c80d98d65a5beeef6aea17883315ed6377b20c05 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __JAGSTUB2BIOS_H__
 #define __JAGSTUB2BIOS_H__
 
-extern char jaguarDevBootROM2[];
+#include <stdint.h>
+
+extern uint8_t jaguarDevBootROM2[];
 
 #endif // __JAGSTUB1BIOS_H__