From 2aec72784b4aa9e9b62ebed77cd56306de27da40 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 10 Dec 2021 21:29:55 +0100 Subject: Fix bugs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- internal.h | 1 + llabs.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/internal.h b/internal.h index 190de0e..9c40020 100644 --- a/internal.h +++ b/internal.h @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include diff --git a/llabs.c b/llabs.c index 539a0c4..cdc75f6 100644 --- a/llabs.c +++ b/llabs.c @@ -21,7 +21,7 @@ liberror_llabs(long long int i) if (i != LLONG_MIN) return llabs(i); liberror_save_backtrace(NULL); - liberror_llabs(i); + liberror_llabs_failed(i); return i; #endif } -- cgit v1.2.3-70-g09d2