blob: 7a0b6e899ece9121830a5f8331b1a6adfa1b64ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- handlers.c.orig 2017-10-13 21:53:16 UTC
+++ handlers.c
@@ -38,7 +38,9 @@
#include <signal.h>
#include <assert.h>
#include <setjmp.h>
+#ifdef HAVE_ALLOCA_H
#include <alloca.h>
+#endif
#include <strings.h>
#include <string.h>
#include <stdbool.h>
|