mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
include sys/io.h instead of asm/io.h so iopl() gets declared too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18542 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8d22595b5c
commit
bd9c94dc8b
@ -16,7 +16,7 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <fcntl.h>
|
||||
#include <linux/fb.h>
|
||||
#include <asm/io.h>
|
||||
#include <sys/io.h>
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
|
Loading…
Reference in New Issue
Block a user