From 2fd70f7a976b6c2c4ed4facdf02654c6f298caaf Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 9 Apr 2025 14:59:30 -0600 Subject: lib9p: protogen: iovec is in io.net, net net.h --- lib9p/protogen/h.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib9p/protogen/h.py') 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 /* for uint{{n}}_t types */ #include /* for fmt_formatter */ -#include /* for struct iovec */ +#include /* for struct iovec */ """ id2typ: dict[int, idl.Message] = {} -- cgit v1.2.3-2-g168b