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/fmt/fprint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib9/fmt/fprint.c') diff --git a/src/lib9/fmt/fprint.c b/src/lib9/fmt/fprint.c index c8b889de..b1433806 100644 --- a/src/lib9/fmt/fprint.c +++ b/src/lib9/fmt/fprint.c @@ -12,8 +12,9 @@ * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. */ #include -#include "utf.h" +#include "plan9.h" #include "fmt.h" +#include "fmtdef.h" int fprint(int fd, char *fmt, ...) -- cgit v1.2.3