Fix Linux SDL build.

This commit is contained in:
Andrew Gardner 2010-10-23 06:14:17 +00:00
parent ef30f1498d
commit df645b4a72
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <gtk/gtk.h>
#include "dview.h"
#include "osdsdl.h"
#include "debug/dvdisasm.h"
#include "debug/dvmemory.h"
#include "debug/dvstate.h"

View File

@ -1,6 +1,8 @@
#ifndef _osdsdl_h_
#define _osdsdl_h_
#include <SDL/SDL.h>
//============================================================
// System dependent defines
//============================================================