fix compile errors with gcc
This commit is contained in:
parent
8f798d564d
commit
982facdad7
|
@ -2,6 +2,7 @@
|
|||
#include <fstream>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../../types.h"
|
||||
#include "configSys.h"
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
|
||||
#ifndef _INES_H_
|
||||
#define _INES_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifdef INESPRIV
|
||||
|
||||
void iNESStateRestore(int version);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "guid.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
void FCEU_Guid::newGuid()
|
||||
{
|
||||
for(int i=0;i<size;i++)
|
||||
|
|
Loading…
Reference in New Issue