mirror of
https://github.com/holub/mame
synced 2025-05-08 23:31:54 +03:00
Fix Linux SDL build.
This commit is contained in:
parent
ef30f1498d
commit
df645b4a72
@ -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"
|
||||
|
@ -1,6 +1,8 @@
|
||||
#ifndef _osdsdl_h_
|
||||
#define _osdsdl_h_
|
||||
|
||||
#include <SDL/SDL.h>
|
||||
|
||||
//============================================================
|
||||
// System dependent defines
|
||||
//============================================================
|
||||
|
Loading…
Reference in New Issue
Block a user