Add missing include

This commit is contained in:
Bruce Hill 2025-03-27 17:35:33 -04:00
parent a5bab914a3
commit a187cca2b8

View File

@ -2,6 +2,7 @@
// Built-in functions
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>