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/runestrcpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib9/utf/runestrcpy.c') diff --git a/src/lib9/utf/runestrcpy.c b/src/lib9/utf/runestrcpy.c index 9d7aa026..b8c2411f 100644 --- a/src/lib9/utf/runestrcpy.c +++ b/src/lib9/utf/runestrcpy.c @@ -13,8 +13,8 @@ */ #include #include +#include "plan9.h" #include "utf.h" -#include "utfdef.h" Rune* runestrcpy(Rune *s1, Rune *s2) -- cgit v1.2.3