diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-14 18:25:12 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-02 20:44:53 -0600 |
commit | f41d9a88c07226d107b56873bdbc801e484b524e (patch) | |
tree | 1c5e6a02c99066c74e281f461b68bd5ae0298fb8 /lib9p/9p.c | |
parent | 8b7f4ae67bca75e1d2e9429805011f3044941cac (diff) |
lib9p: Have all IDL-defined types implement fmt_formatter
Diffstat (limited to 'lib9p/9p.c')
-rw-r--r-- | lib9p/9p.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include <stdarg.h> /* for va_* */ #include <string.h> /* for strncpy() */ -#include <pico/fmt_printf.h> /* for fmt_vsnprintf() */ +#include <libfmt/fmt.h> /* for fmt_vsnprintf() */ #include <lib9p/9p.h> |