mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-02 10:00:16 +01:00
perf: fix include order for AIX, bug#89354
This commit is contained in:
parent
15c427bc77
commit
94d30d7160
1 changed files with 1 additions and 1 deletions
|
|
@ -27,8 +27,8 @@
|
|||
|
||||
#define _GETDELIM 1/* for getline() on AIX */
|
||||
|
||||
#include "cairo-missing.h"
|
||||
#include "cairo-perf.h"
|
||||
#include "cairo-missing.h"
|
||||
#include "cairo-stats.h"
|
||||
|
||||
/* We use _GNU_SOURCE for getline and strndup if available. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue