mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-03 08:10:19 +01:00
Merge branch 'solaris' into 'master'
Fix cairo-perf-print & pdf-structure test builds on Solaris See merge request cairo/cairo!599
This commit is contained in:
commit
5111be12d4
3 changed files with 7 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ check_headers = [
|
|||
['sys/ioctl.h'],
|
||||
['intsafe.h'],
|
||||
['alloca.h'],
|
||||
['termios.h'],
|
||||
]
|
||||
|
||||
check_types = [
|
||||
|
|
|
|||
|
|
@ -43,6 +43,9 @@
|
|||
#if USE_TERMINAL_SIZE
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#if HAVE_TERMIOS_H
|
||||
#include <termios.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@
|
|||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h> /* __unix__ */
|
||||
#endif
|
||||
#if HAVE_SYS_WAIT_H
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#include <cairo.h>
|
||||
#include <cairo-pdf.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue