From 88afb04390e98d1f47f2bbba43d00ca545f2c8c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 16 Apr 2012 19:10:45 +0300 Subject: [PATCH] v4l2: unbreak BSD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont --- modules/access/v4l2/demux.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/access/v4l2/demux.c b/modules/access/v4l2/demux.c index bee8c67583..23e6e114fa 100644 --- a/modules/access/v4l2/demux.c +++ b/modules/access/v4l2/demux.c @@ -33,6 +33,9 @@ #include #include #include +#ifndef MAP_ANONYMOUS +# define MAP_ANONYMOUS MAP_ANON +#endif #include #include