Commit 19a2118f authored by Lev Walkin's avatar Lev Walkin

alloca.h for alloca (c89)

parent 3798f34a
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include <stdio.h> /* For snprintf(3) */ #include <stdio.h> /* For snprintf(3) */
#include <stdlib.h> /* For *alloc(3) */ #include <stdlib.h> /* For *alloc(3) */
#include <alloca.h> /* For alloca(3) */
#include <string.h> /* For memcpy(3) */ #include <string.h> /* For memcpy(3) */
#include <sys/types.h> /* For size_t */ #include <sys/types.h> /* For size_t */
#include <limits.h> /* For LONG_MAX */ #include <limits.h> /* For LONG_MAX */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment