mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Include limits.h in cl_cin.c; it's apparently needed.
I wonder ehy neither me nor @DanielGubson run into this; on Arch Linux on some kind of Ubuntu, on FreeBSD or Windows... Closes #522.
This commit is contained in:
parent
e0ed5b7599
commit
6d93077f43
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
* =======================================================================
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#include "header/client.h"
|
||||
#include "input/header/input.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue