From e5aa96acbf9107cd78f2536364c36f9a15751313 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 26 Dec 2004 21:50:14 +0000 Subject: clean up for unix port --- src/lib9/utf/runestrncpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib9/utf/runestrncpy.c') diff --git a/src/lib9/utf/runestrncpy.c b/src/lib9/utf/runestrncpy.c index acba7bc2..f2517347 100644 --- a/src/lib9/utf/runestrncpy.c +++ b/src/lib9/utf/runestrncpy.c @@ -13,8 +13,8 @@ */ #include #include +#include "plan9.h" #include "utf.h" -#include "utfdef.h" Rune* runestrncpy(Rune *s1, Rune *s2, long n) -- cgit v1.2.3