diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-12 08:34:19 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-12 08:34:19 -0600 |
commit | ddd3f3982c6cdf8d7d0068e544cc9daf24355d32 (patch) | |
tree | 747821d810bf6ecb97089af088e3946cfc1225ce /lib9p/protogen/h.py | |
parent | d053a0f6dffc575611324b81acaef0d1554bda6c (diff) | |
parent | e0d67aeb886c75dde8f05120a2d8d1bd2dd2c16c (diff) |
Merge branch 'lukeshu/tidy'
Diffstat (limited to 'lib9p/protogen/h.py')
-rw-r--r-- | lib9p/protogen/h.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/protogen/h.py b/lib9p/protogen/h.py index 3b33419..8f7fba2 100644 --- a/lib9p/protogen/h.py +++ b/lib9p/protogen/h.py @@ -166,7 +166,7 @@ def gen_h(versions: set[str], typs: list[idl.UserType]) -> str: #include <stdint.h> /* for uint{{n}}_t types */ #include <libfmt/fmt.h> /* for fmt_formatter */ -#include <libhw/generic/net.h> /* for struct iovec */ +#include <libhw/generic/io.h> /* for struct iovec */ """ id2typ: dict[int, idl.Message] = {} |