repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
shared-macros.mk: simplify java settings
[oi-userland.git]
/
components
/
library
/
cairo
/
patches
/
02-alloca.patch
blob
a27595abcbcbf68ab855dc0125f0d0ecce49f739
1
--- cairo-1.18.0/src/cairo-colr-glyph-render.c 2023-09-23 16:18:32.000000000 +0200
2
+++ cairo-1.18.0/src/cairo-colr-glyph-render.c.new 2023-10-20 18:53:29.236767688 +0200
3
@@ -41,6 +41,7 @@
4
#include <assert.h>
5
#include <math.h>
6
#include <stdio.h>
7
+#include <alloca.h>
8
#include <string.h>
9
10
#if HAVE_FT_COLR_V1