mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
only include sys/mman.h if HAVE_SYS_MMAN_H is defined
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18541 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5b0a4c9e9f
commit
8d22595b5c
@ -15,11 +15,13 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <linux/fb.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
#include "fastmemcpy.h"
|
||||
#include "video_out.h"
|
||||
#include "video_out_internal.h"
|
||||
|
Loading…
Reference in New Issue
Block a user