From 262d5567728abe5c61a0d2b6cccdc48c5d641bee Mon Sep 17 00:00:00 2001 From: unknowntpo Date: Sun, 5 Jul 2020 11:45:41 +0800 Subject: =?UTF-8?q?Fixing=20the=20=E2=80=98UINT32=5FMAX=E2=80=99=20undecla?= =?UTF-8?q?red=20problem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit fix the ‘UINT32_MAX’ undeclared problem in Linux I mentioned in the issue #67 by including --- kilo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kilo.c b/kilo.c index 8729852..406eb7b 100644 --- a/kilo.c +++ b/kilo.c @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3