mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix osx compile
This commit is contained in:
parent
a3799cacd8
commit
c883ff93af
@ -8,15 +8,15 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#include "lua/lua.hpp"
|
||||
#include "lua/lib/lualibs.h"
|
||||
#include "lua/bridge/LuaBridge.h"
|
||||
#include <signal.h>
|
||||
#include "emu.h"
|
||||
#include "emuopts.h"
|
||||
#include "osdepend.h"
|
||||
#include "drivenum.h"
|
||||
#include "lua/lua.hpp"
|
||||
#include "lua/lib/lualibs.h"
|
||||
#include "web/mongoose.h"
|
||||
#include "lua/bridge/LuaBridge.h"
|
||||
|
||||
//**************************************************************************
|
||||
// LUA ENGINE
|
||||
|
Loading…
Reference in New Issue
Block a user