changeset 24511:263c0b282d90

this flag needs to be defined for pread() on powerpc
author ben
date Sat, 15 Sep 2007 16:45:38 +0000
parents e7f836a459ea
children 4241e73020bc
files vidix/pci.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/pci.c	Sat Sep 15 16:42:50 2007 +0000
+++ b/vidix/pci.c	Sat Sep 15 16:45:38 2007 +0000
@@ -56,6 +56,7 @@
 #include <string.h>
 #include <stdio.h>
 #ifdef __unix__
+#define __USE_UNIX98
 #include <unistd.h>
 #endif
 #include "AsmMacros.h"