diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,10 +5,16 @@ #include <alloca.h> #include <errno.h> #include <stddef.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> +#ifndef ALLOCA_LIMIT +# define ALLOCA_LIMIT 0 +#endif + + /** * Process a chunk using SHA-2 * |