include alloca header master
authorJann Horn <jann@thejh.net>
Thu, 18 Jun 2015 13:49:58 +0000 (15:49 +0200)
committerJann Horn <jann@thejh.net>
Thu, 18 Jun 2015 13:49:58 +0000 (15:49 +0200)
header.h

index 44ef576..7a33188 100644 (file)
--- a/header.h
+++ b/header.h
@@ -1,5 +1,6 @@
 #include <assert.h>
 #include <stddef.h>
 #include <assert.h>
 #include <stddef.h>
+#include <alloca.h>
 
 /***** COMPILER-SPECIFIC STUFF *****/
 #ifdef __GNUC__
 
 /***** COMPILER-SPECIFIC STUFF *****/
 #ifdef __GNUC__