浏览代码

ci: force-include stdint.h for fuse-bpf BPF so uintNN_t resolve via clang builtin

TheWildJames 3 周之前
父节点
当前提交
2499edd6e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/fuse-bpf/action.yml

+ 1 - 1
.github/actions/fuse-bpf/action.yml

@@ -89,7 +89,7 @@ runs:
         GEN_OBJ="${GENERATED_HDR_DIR}/build"
 
         $BPF_CC -target bpf \
-          -include linux/types.h \
+          -include stdint.h \
           -D__TARGET_ARCH_arm64 \
           -I "$GEN_HDR" \
           -idirafter "${GEN_OBJ}/arch/arm64/include/generated/uapi" \