diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 14:25:03 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 14:25:03 -0400 |
| commit | 447f2af70a07d18941ce2650023d2afd62578382 (patch) | |
| tree | c3c78b711b8aa584b51f9d194c4a52a415db09ba | |
| parent | 34c562e88e4c7b779bc3374019c0124f68d9125f (diff) | |
Add missing import
| -rw-r--r-- | builtins/functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/functions.h b/builtins/functions.h index 3077e089..3ad2ef18 100644 --- a/builtins/functions.h +++ b/builtins/functions.h @@ -4,6 +4,7 @@ #include <stdbool.h> #include <stdint.h> +#include <stdio.h> #include "datatypes.h" #include "types.h" |
