fix compile errors with gcc

This commit is contained in:
punkrockguy318 2008-12-19 02:29:39 +00:00
parent 8f798d564d
commit 982facdad7
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
#include <fstream>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "../../types.h"
#include "configSys.h"

View File

@ -21,7 +21,8 @@
#ifndef _INES_H_
#define _INES_H_
#include <stdlib.h>
#include <string.h>
#ifdef INESPRIV
void iNESStateRestore(int version);

View File

@ -1,5 +1,5 @@
#include "guid.h"
#include <stdlib.h>
void FCEU_Guid::newGuid()
{
for(int i=0;i<size;i++)