1
0
Fork 0

Add header for win32.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3294
This commit is contained in:
Peter Veenstra 2009-02-01 16:32:33 +00:00
parent 0c570b7b79
commit 4141de4aee

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: sdlmain.cpp,v 1.147 2009-02-01 16:06:26 qbix79 Exp $ */
/* $Id: sdlmain.cpp,v 1.148 2009-02-01 16:32:33 qbix79 Exp $ */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
@ -30,6 +30,7 @@
#include <sys/types.h>
#ifdef WIN32
#include <signal.h>
#include <process.h>
#endif
#include "SDL.h"