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
1 changed files with 2 additions and 0 deletions

View File

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