diff --git a/perf/cairo-perf-report.c b/perf/cairo-perf-report.c index b86bc36f7..4bdcd46d7 100644 --- a/perf/cairo-perf-report.c +++ b/perf/cairo-perf-report.c @@ -25,6 +25,8 @@ * Authors: Carl Worth */ +#define _GETDELIM 1/* for getline() on AIX */ + #include "cairo-missing.h" #include "cairo-perf.h" #include "cairo-stats.h"