Include alloca.h in stdlib.h

This commit is contained in:
Jeremy Soller
2018-12-09 11:53:41 -07:00
parent be035f8862
commit 63b079c231
+1 -1
View File
@@ -1,4 +1,4 @@
sys_includes = ["stddef.h"]
sys_includes = ["stddef.h", "alloca.h"]
include_guard = "_STDLIB_H"
language = "C"
style = "Tag"