summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-09 14:59:30 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-10 16:32:46 -0600
commit2fd70f7a976b6c2c4ed4facdf02654c6f298caaf (patch)
treeef50906a7b427843a57b026e35ce85cd877dd192
parent6f2c1863821c0277fd072cf8fa994188fb14bb6d (diff)
lib9p: protogen: iovec is in io.net, net net.h
-rw-r--r--lib9p/include/lib9p/9p.generated.h2
-rw-r--r--lib9p/protogen/h.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/include/lib9p/9p.generated.h b/lib9p/include/lib9p/9p.generated.h
index 7e901a3..afd89ed 100644
--- a/lib9p/include/lib9p/9p.generated.h
+++ b/lib9p/include/lib9p/9p.generated.h
@@ -7,7 +7,7 @@
#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 */
/* config *********************************************************************/
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] = {}