aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/fmt/pow10.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/fmt/pow10.c')
-rw-r--r--src/lib9/fmt/pow10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9/fmt/pow10.c b/src/lib9/fmt/pow10.c
index 65a426c3..ecd8b6dc 100644
--- a/src/lib9/fmt/pow10.c
+++ b/src/lib9/fmt/pow10.c
@@ -13,7 +13,7 @@
*/
#include <stdarg.h>
#include <string.h>
-#include "utf.h"
+#include "plan9.h"
#include "fmt.h"
#include "fmtdef.h"