summaryrefslogtreecommitdiffstats
path: root/vidix/pci.c
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-15 16:45:38 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-15 16:45:38 +0000
commitdcd13c201365077ad284fbe38ef51ff26708ac9e (patch)
tree88f112a474835baa1b479e1fdf9d91f55d3106bc /vidix/pci.c
parent0f4276fe38b134fd0edf9bfb3d850cc0681a86b5 (diff)
downloadmpv-dcd13c201365077ad284fbe38ef51ff26708ac9e.tar.bz2
mpv-dcd13c201365077ad284fbe38ef51ff26708ac9e.tar.xz
this flag needs to be defined for pread() on powerpc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24531 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/pci.c')
-rw-r--r--vidix/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vidix/pci.c b/vidix/pci.c
index 2b85b86a71..7ccedb9adb 100644
--- a/vidix/pci.c
+++ b/vidix/pci.c
@@ -56,6 +56,7 @@
#include <string.h>
#include <stdio.h>
#ifdef __unix__
+#define __USE_UNIX98
#include <unistd.h>
#endif
#include "AsmMacros.h"