From c909895b5634957c8ad60aab2cdd6d4b35357f87 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 27 Feb 2019 19:20:00 -0500 Subject: add missing header --- src/stdlib/llabs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/stdlib/llabs.c b/src/stdlib/llabs.c index 2f474fe9..6ccf9c49 100644 --- a/src/stdlib/llabs.c +++ b/src/stdlib/llabs.c @@ -1,4 +1,5 @@ #include +#include "limits.h" long long int llabs(long long int j) { -- cgit v1.2.1