mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-03-11 06:00:33 +01:00
[PNG] Include png.h after cairoint.h to avoid macro problems (bug 7744)
This commit is contained in:
parent
da1019c913
commit
474daa4493
1 changed files with 1 additions and 1 deletions
|
|
@ -35,9 +35,9 @@
|
|||
* Kristian Høgsberg <krh@redhat.com>
|
||||
*/
|
||||
|
||||
#include <png.h>
|
||||
#include <errno.h>
|
||||
#include "cairoint.h"
|
||||
#include <png.h>
|
||||
|
||||
/* Unpremultiplies data and converts native endian ARGB => RGBA bytes */
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue