summaryrefslogtreecommitdiff
path: root/textproc/libfyaml/files/patch-include_libfyaml.h
blob: d84aae2b34ec0cac5f7c82dab8e55abe9e0d1d22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/libfyaml.h.orig	2022-11-03 06:41:20 UTC
+++ include/libfyaml.h
@@ -37,7 +37,7 @@ extern "C" {
 #include <stdarg.h>
 #include <stdio.h>
 #include <string.h>
-#include <alloca.h>
+#include <stdlib.h>
 
 #if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
 #include <unistd.h>