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/runestrstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib9/utf/runestrstr.c') diff --git a/src/lib9/utf/runestrstr.c b/src/lib9/utf/runestrstr.c index 48583a3d..8be7a032 100644 --- a/src/lib9/utf/runestrstr.c +++ b/src/lib9/utf/runestrstr.c @@ -13,8 +13,8 @@ */ #include #include +#include "plan9.h" #include "utf.h" -#include "utfdef.h" /* * Return pointer to first occurrence of s2 in s1, -- cgit v1.2.3