From 3c88bc61ac0bc6bba90f6afcd6446d6cf281e218 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Fri, 7 May 2021 16:57:51 -0400 Subject: cairo: Replace by MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For full context, read https://gitlab.freedesktop.org/cairo/cairo/-/issues/479 TL;DR, cairo’s pc file adds `/cairo` to CFLAGS. So namespace cairo shouldn’t be used. --- client/pool-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/pool-buffer.c') diff --git a/client/pool-buffer.c b/client/pool-buffer.c index fd500c49..ea31edd3 100644 --- a/client/pool-buffer.c +++ b/client/pool-buffer.c @@ -1,6 +1,6 @@ #define _POSIX_C_SOURCE 200809 #include -#include +#include #include #include #include -- cgit v1.2.3