diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-25 14:05:07 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-25 14:05:07 -0400 |
| commit | 29d1d74d7aab8354be0c01792c4b355f34565676 (patch) | |
| tree | eb332a93a5002f5eeaa6b9b03d3991205d7ad904 /stdlib/shell.c | |
| parent | 67702b2d77d8474c2a7fe7f1816f4eb9a0a98af1 (diff) | |
Move unistr header out of tomo header
Diffstat (limited to 'stdlib/shell.c')
| -rw-r--r-- | stdlib/shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/shell.c b/stdlib/shell.c index d2d0f78a..68c61115 100644 --- a/stdlib/shell.c +++ b/stdlib/shell.c @@ -2,6 +2,7 @@ #include <errno.h> #include <stdbool.h> #include <stdint.h> +#include <unistr.h> #include "arrays.h" #include "integers.h" |
