summaryrefslogtreecommitdiff
path: root/libavdevice/dv1394.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-24 10:54:01 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-24 10:54:01 +0000
commit0e58bf670dd3f690d809e74b11c5db8201fbf15e (patch)
tree6c46f6707ec3469911619a1982f86ea730547705 /libavdevice/dv1394.c
parent362b3bf757ba2f836a9ab6c0c7ff79164b3e0c10 (diff)
Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
Without the #include compilation fails. Originally committed as revision 12568 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/dv1394.c')
-rw-r--r--libavdevice/dv1394.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavdevice/dv1394.c b/libavdevice/dv1394.c
index 85836f1b80..fdf8428b5e 100644
--- a/libavdevice/dv1394.c
+++ b/libavdevice/dv1394.c
@@ -24,9 +24,7 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/ioctl.h>
-#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
-#endif
#include <sys/poll.h>
#include <sys/time.h>
#include <time.h>