Commit 88afb043 authored by Rafaël Carré's avatar Rafaël Carré Committed by Rémi Denis-Courmont

v4l2: unbreak BSD

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 6ec17247
......@@ -33,6 +33,9 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#ifndef MAP_ANONYMOUS
# define MAP_ANONYMOUS MAP_ANON
#endif
#include <poll.h>
#include <vlc_common.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment