aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */