diff options
Diffstat (limited to 'sysutils/scanmem/files/patch-handlers.c')
-rw-r--r-- | sysutils/scanmem/files/patch-handlers.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/scanmem/files/patch-handlers.c b/sysutils/scanmem/files/patch-handlers.c new file mode 100644 index 000000000000..7a0b6e899ece --- /dev/null +++ b/sysutils/scanmem/files/patch-handlers.c @@ -0,0 +1,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> |