From cffa3cd21ce22d9d3372d9345dd57db0591de18f Mon Sep 17 00:00:00 2001 From: auronandace Date: Thu, 5 Feb 2026 10:41:24 +0000 Subject: [PATCH] verify net_if header includes --- src/header/net_if/cbindgen.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/header/net_if/cbindgen.toml b/src/header/net_if/cbindgen.toml index af56fa8a4e..a434e2f0dc 100644 --- a/src/header/net_if/cbindgen.toml +++ b/src/header/net_if/cbindgen.toml @@ -1,3 +1,6 @@ +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/net_if.h.html +# +# There are no spec quotations relating to includes sys_includes = [] include_guard = "_NET_IF_H" language = "C"