mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
win32 compile fixes
This commit is contained in:
parent
aadb0d31b5
commit
26b2e9d594
1 changed files with 2 additions and 0 deletions
|
@ -32,7 +32,9 @@
|
|||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#ifndef WIN32
|
||||
#include <sys/signal.h>
|
||||
#endif
|
||||
#include <SDL.h>
|
||||
|
||||
#include "console.h"
|
||||
|
|
Loading…
Reference in a new issue