diff options
Diffstat (limited to 'src/lib9/fmt/fltfmt.c')
| -rw-r--r-- | src/lib9/fmt/fltfmt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib9/fmt/fltfmt.c b/src/lib9/fmt/fltfmt.c index 234f03d9..a7e57997 100644 --- a/src/lib9/fmt/fltfmt.c +++ b/src/lib9/fmt/fltfmt.c @@ -18,9 +18,10 @@ #include <stdlib.h> #include <errno.h> #include <stdarg.h> +#include <fmt.h> +#include "plan9.h" #include "fmt.h" #include "fmtdef.h" -#include "nan.h" enum { |
