mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 04:01:17 +00:00
putch needs <conio.h> -- Yanster
This commit is contained in:
parent
ca29015853
commit
670a264470
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include "fcntl.h"
|
||||
#include <limits.h>
|
||||
#include <io.h>
|
||||
#include <conio.h>
|
||||
|
||||
qboolean is_server = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue