diff options
Diffstat (limited to 'src/lib9/fmt/print.c')
| -rw-r--r-- | src/lib9/fmt/print.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib9/fmt/print.c b/src/lib9/fmt/print.c index 381a1da9..81f202f8 100644 --- a/src/lib9/fmt/print.c +++ b/src/lib9/fmt/print.c @@ -12,8 +12,9 @@ * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. */ #include <stdarg.h> -#include "utf.h" +#include "plan9.h" #include "fmt.h" +#include "fmtdef.h" int print(char *fmt, ...) |
