summaryrefslogtreecommitdiff
path: root/textproc/libfyaml/patches/patch-src_lib_fy-event.c
blob: 4b2bece8416ee08d3141f6b66cdce65ffe66bb78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_lib_fy-event.c,v 1.1 2022/12/08 19:16:20 khorben Exp $

Replace <alloca.h> by <stdlib.h>
Already merged upstream (https://github.com/pantoniou/libfyaml/pull/50)

--- src/lib/fy-event.c.orig	2022-01-19 10:32:21.000000000 +0000
+++ src/lib/fy-event.c
@@ -17,7 +17,6 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <stdarg.h>
-#include <alloca.h>
 
 #include <libfyaml.h>