mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 05:37:59 +02:00
Fix build after recent pixman.h change.
The recent pixman.h change to use configure-generated defines accidentally broke the build. Pulling in config.h fixes it.
This commit is contained in:
parent
e32138aa93
commit
e747bbd350
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,10 @@ SOFTWARE.
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#if HAVE_STDINT_H
|
||||
# include <stdint.h>
|
||||
#elif HAVE_INTTYPES_H
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue