This commit is contained in:
R. Belmont 2011-11-22 14:21:24 +00:00
parent 0e513db597
commit d5581057e1

View File

@ -2,7 +2,7 @@
//
// sdlmain.c - main file for SDLMAME.
//
// Copyright (c) 1996-2011, Nicola Salmoria and the MAME Team.
// Copyright (c) 1996-2012, Nicola Salmoria and the MAME Team.
// Visit http://mamedev.org for licensing and usage restrictions.
//
// SDLMAME by Olivier Galibert and R. Belmont
@ -24,7 +24,7 @@
#endif
// standard includes
#ifdef MESS
#if !defined(SDLMAME_WIN32) && !defined(SDLMAME_OS2)
#include <unistd.h>
#endif