From 94d30d7160bc1dfabac22ffb9cc810ceb9a35ead Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner Date: Thu, 26 Feb 2015 15:11:05 +0100 Subject: [PATCH] perf: fix include order for AIX, bug#89354 --- perf/cairo-perf-report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/cairo-perf-report.c b/perf/cairo-perf-report.c index 4bdcd46d7..2325f4793 100644 --- a/perf/cairo-perf-report.c +++ b/perf/cairo-perf-report.c @@ -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. */