blob: a5559b6f6201a98b0666b17abea894a3064ceb14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-src_lib_fy-utf8.h,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-utf8.h.orig 2022-01-19 10:32:21.000000000 +0000
+++ src/lib/fy-utf8.h
@@ -13,7 +13,7 @@
#endif
#include <stdint.h>
-#include <alloca.h>
+#include <stdlib.h>
#include <assert.h>
#include <libfyaml.h>
|