fixed some more sdl compile errors (still broken)

This commit is contained in:
punkrockguy318 2008-12-15 02:56:15 +00:00
parent e9f19509f1
commit 96609ff799
2 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,5 @@
#include "../cart.h"
#include "../cheat.h"
#include "../unif.h"
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#include "types.h"
#include "fceu.h"