From 88ee7e197314ed310e07ce0cca59742087b02114 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 18:30:58 -0400 Subject: add missing header to compile targetting POSIX --- src/stdlib/abort.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stdlib/abort.c b/src/stdlib/abort.c index f12f8276..3debab2c 100644 --- a/src/stdlib/abort.c +++ b/src/stdlib/abort.c @@ -1,4 +1,5 @@ #include +#include #include /** cause abnormal program termination **/ -- cgit v1.2.1