follow sdl-config #include convention

This commit is contained in:
ex-cyber 2007-01-27 07:26:22 +00:00
parent 0493245d87
commit 1707c20eae
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <pthread.h>
#include <SDL/SDL.h>
#include "SDL.h"
#include "MMU.h"
#include "types.h"