From b4c842f139b47e1c999eb395f348c236af83143b Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 17 Sep 2004 22:08:43 +0000 Subject: small tweaks --- src/lib9/fmt/sprint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib9/fmt/sprint.c') diff --git a/src/lib9/fmt/sprint.c b/src/lib9/fmt/sprint.c index ac68851b..8551ca3c 100644 --- a/src/lib9/fmt/sprint.c +++ b/src/lib9/fmt/sprint.c @@ -12,7 +12,8 @@ * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. */ #include -#include "fmt.h" +#include +#include "fmtdef.h" int sprint(char *buf, char *fmt, ...) -- cgit v1.2.3