blob: 5d463c7362801b20e87e4d775da18acae11c7c92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/lib/fy-utf8.h.orig 2022-11-03 06:40:27 UTC
+++ 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>
|