aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/utf/runestrlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/utf/runestrlen.c')
-rw-r--r--src/lib9/utf/runestrlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9/utf/runestrlen.c b/src/lib9/utf/runestrlen.c
index bca3050c..0096d525 100644
--- a/src/lib9/utf/runestrlen.c
+++ b/src/lib9/utf/runestrlen.c
@@ -13,8 +13,8 @@
*/
#include <stdarg.h>
#include <string.h>
+#include "plan9.h"
#include "utf.h"
-#include "utfdef.h"
long
runestrlen(Rune *s)