소스 검색

Include alloca.h in stdlib.h

Jeremy Soller 6 년 전
부모
커밋
63b079c231
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/header/stdlib/cbindgen.toml

+ 1 - 1
src/header/stdlib/cbindgen.toml

@@ -1,4 +1,4 @@
-sys_includes = ["stddef.h"]
+sys_includes = ["stddef.h", "alloca.h"]
 include_guard = "_STDLIB_H"
 language = "C"
 style = "Tag"