From f7121bf733e9b02248fa0b7bb62a902622dd8f10 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 20 Jan 2014 22:33:16 +0000 Subject: sna: build fix for OpenBSD Commit 50a45a1cdd4d8319ba9358974d241069689591c5 introduced the use of "struct stat" but doesn't include . Presumably that leaks in trough some other header on Linux, but on OpenBSD compilation fails because the struct isn't known. --- src/sna/kgem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sna/kgem.c b/src/sna/kgem.c index 8e073e21..66f5e7b9 100644 --- a/src/sna/kgem.c +++ b/src/sna/kgem.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3