OpenBSD PPC libdha fix by Björn Sandell.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6632 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-07-03 21:20:19 +00:00
parent ed856102c6
commit 9b74f02239
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@
Modified for readability by Nick Kurshev
*/
#ifdef __i386__
#include <errno.h>
#include <sys/types.h>
#include <machine/sysarch.h>
@ -22,3 +24,4 @@ static __inline__ int disable_os_io(void)
/* Nothing to do */
return(0);
}
#endif