sna: build fix for OpenBSD
authorMark Kettenis <mark.kettenis@xs4all.nl>
Mon, 20 Jan 2014 22:33:16 +0000 (22:33 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 20 Jan 2014 22:33:16 +0000 (22:33 +0000)
commitf7121bf733e9b02248fa0b7bb62a902622dd8f10
treeddcf949b64c0c736bce0cd4b3779f2353c736238
parent50f6701aa5ce8be96e216a942880a8db967c7a6a
sna: build fix for OpenBSD

Commit 50a45a1cdd4d8319ba9358974d241069689591c5 introduced the use of
"struct stat" but doesn't include <sys/stat.h>.  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