From c7f9c060e4dbca0a9ebe1eab63e1e64c317e3349 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 26 Dec 2013 16:57:21 +0100 Subject: build: fix shm detection on OpenBSD Fixes #427 --- video/out/vo_xv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/vo_xv.c') diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c index ff5cfdbcd3..43a98a7068 100644 --- a/video/out/vo_xv.c +++ b/video/out/vo_xv.c @@ -34,6 +34,7 @@ #include "config.h" #if HAVE_SHM && HAVE_XEXT +#include #include #include #include -- cgit v1.2.3