Browse Source

v4l2: unbreak BSD

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
pull/2/head
Rafaël Carré 15 years ago
committed by Rémi Denis-Courmont
parent
commit
88afb04390
  1. 3
      modules/access/v4l2/demux.c

3
modules/access/v4l2/demux.c

@ -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>

Loading…
Cancel
Save