mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
Linux for Sparc fix by Adam Di Carlo <adam at onshore-devel.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6614 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ca393eaecb
commit
d18df8d808
@ -7,8 +7,10 @@
|
||||
#ifdef __i386__
|
||||
#include <sys/perm.h>
|
||||
#else
|
||||
#ifndef __sparc__
|
||||
#include <sys/io.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user