Add header for win32.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3294
This commit is contained in:
parent
0c570b7b79
commit
4141de4aee
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue