aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2016-03-14 04:15:32 -0700
committerLev Walkin <vlm@lionet.info>2016-03-14 04:15:32 -0700
commit19a2118f3ca35213be332414546155312b113422 (patch)
treebc1686f6e9f624954af14ef8640bc9796627791b
parent3798f34a8df3c7b3e865a1ffbfc5b6eaf27df092 (diff)
alloca.h for alloca (c89)
-rw-r--r--skeletons/asn_system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/skeletons/asn_system.h b/skeletons/asn_system.h
index db230f85..a9c4ad3c 100644
--- a/skeletons/asn_system.h
+++ b/skeletons/asn_system.h
@@ -15,6 +15,7 @@
#include <stdio.h> /* For snprintf(3) */
#include <stdlib.h> /* For *alloc(3) */
+#include <alloca.h> /* For alloca(3) */
#include <string.h> /* For memcpy(3) */
#include <sys/types.h> /* For size_t */
#include <limits.h> /* For LONG_MAX */