Merge branch 'master' of gitlab.freedesktop.org:ffontaine/cairo

This commit is contained in:
Uli Schlachter 2020-07-20 18:30:45 +02:00
commit e0f9db9459

View file

@ -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