From 2b1e4b84370b327f5eb17c9ba8bc44f4296e4a86 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Tue, 2 Oct 2007 13:20:00 +0000 Subject: 20071002-1419 --- lib9/runevseprint.c | 1 + lib9/vseprint.c | 1 + lib9/vsnprint.c | 1 + 3 files changed, 3 insertions(+) (limited to 'lib9') diff --git a/lib9/runevseprint.c b/lib9/runevseprint.c index 2432b581..856ebd6a 100644 --- a/lib9/runevseprint.c +++ b/lib9/runevseprint.c @@ -1,4 +1,5 @@ #include "lib9.h" +#include "fmtdef.h" Rune* runevseprint(Rune *buf, Rune *e, char *fmt, va_list args) diff --git a/lib9/vseprint.c b/lib9/vseprint.c index b9675b35..1e31f76a 100644 --- a/lib9/vseprint.c +++ b/lib9/vseprint.c @@ -12,6 +12,7 @@ * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. */ #include "lib9.h" +#include "fmtdef.h" char* vseprint(char *buf, char *e, char *fmt, va_list args) diff --git a/lib9/vsnprint.c b/lib9/vsnprint.c index 3a5710cb..2006cfb3 100644 --- a/lib9/vsnprint.c +++ b/lib9/vsnprint.c @@ -12,6 +12,7 @@ * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. */ #include "lib9.h" +#include "fmtdef.h" int vsnprint(char *buf, int len, char *fmt, va_list args) -- cgit v1.2.3