1
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:
alex 2002-06-30 15:17:36 +00:00
parent ca393eaecb
commit d18df8d808

View File

@ -7,8 +7,10 @@
#ifdef __i386__
#include <sys/perm.h>
#else
#ifndef __sparc__
#include <sys/io.h>
#endif
#endif
#include "config.h"