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:
Yamagi 2020-02-26 17:47:51 +01:00
parent e0ed5b7599
commit 6d93077f43

View file

@ -25,6 +25,8 @@
* ======================================================================= * =======================================================================
*/ */
#include <limits.h>
#include "header/client.h" #include "header/client.h"
#include "input/header/input.h" #include "input/header/input.h"