aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/term.h
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-10 20:12:45 -0800
committerNicholas <nbnoll@eml.cc>2021-11-10 20:12:45 -0800
commitb5de2d7bd1e08d27f7780434e601d6d3a0750583 (patch)
tree1d12af8a2c5903f1eef3b967e52474a244e78257 /sys/cmd/term/term.h
parent0a1041044141ddbda0c67602e70fe8894e7430fd (diff)
chore: libunicode -> libutf
Diffstat (limited to 'sys/cmd/term/term.h')
-rw-r--r--sys/cmd/term/term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/term/term.h b/sys/cmd/term/term.h
index 4cd8b4b..6784974 100644
--- a/sys/cmd/term/term.h
+++ b/sys/cmd/term/term.h
@@ -3,7 +3,7 @@
#include <u.h>
#include <base.h>
-#include <libunicode.h>
+#include <libutf.h>
#include <signal.h>
#include <sys/ioctl.h>