aboutsummaryrefslogtreecommitdiff
path: root/stdlib/shell.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-10-25 14:05:07 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-10-25 14:05:07 -0400
commit29d1d74d7aab8354be0c01792c4b355f34565676 (patch)
treeeb332a93a5002f5eeaa6b9b03d3991205d7ad904 /stdlib/shell.c
parent67702b2d77d8474c2a7fe7f1816f4eb9a0a98af1 (diff)
Move unistr header out of tomo header
Diffstat (limited to 'stdlib/shell.c')
-rw-r--r--stdlib/shell.c1
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"