mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-01 09:30:15 +01:00
Merge branch 'master' of gitlab.freedesktop.org:ffontaine/cairo
This commit is contained in:
commit
e0f9db9459
1 changed files with 1 additions and 1 deletions
|
|
@ -36,10 +36,10 @@
|
|||
#include <pixman.h> /* for version information */
|
||||
|
||||
#define SHOULD_FORK HAVE_FORK && HAVE_WAITPID
|
||||
#if SHOULD_FORK
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#if SHOULD_FORK
|
||||
#if HAVE_SIGNAL_H
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue