aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-27 17:35:04 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-27 17:35:04 -0400
commita5bab914a30b02752a6af2ac49c89a2f5c4ab14e (patch)
tree867183fc262ec91bab2e670c991ab4beb306648a /src/stdlib
parentb5c6a3ec6220da24bdc1a88a568045c64f16acf1 (diff)
Add missing include
Diffstat (limited to 'src/stdlib')
-rw-r--r--src/stdlib/stdlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/stdlib.c b/src/stdlib/stdlib.c
index d2819c17..53eeb1dc 100644
--- a/src/stdlib/stdlib.c
+++ b/src/stdlib/stdlib.c
@@ -5,6 +5,7 @@
#include <fcntl.h>
#include <gc.h>
#include <locale.h>
+#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>