mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 04:08:13 +02:00
Merge branch 'alloca' into 'master'
Fix alloca undefined on Solaris See merge request cairo/cairo!540
This commit is contained in:
commit
3e12dfda3c
2 changed files with 5 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ check_headers = [
|
|||
['xlocale.h'],
|
||||
['sys/ioctl.h'],
|
||||
['intsafe.h'],
|
||||
['alloca.h'],
|
||||
]
|
||||
|
||||
check_types = [
|
||||
|
|
|
|||
|
|
@ -47,6 +47,10 @@
|
|||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_FT_COLR_V1
|
||||
|
||||
#include <ft2build.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue