From 00881c4ead0e25758c995a3c4373362147c7956f Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 6 Feb 2009 19:49:01 +0000 Subject: define __USE_BSD so that caddr_t is defined git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@92 21a6bef8-4479-4f54-8f8d-0db94a2919ef --- src/Arch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Arch.h b/src/Arch.h index 36501d1..3e63669 100644 --- a/src/Arch.h +++ b/src/Arch.h @@ -67,6 +67,7 @@ union Integer8 { char c[8]; }; /* what can be said about the byte order though? */ #else /* its a Mac or Unix box probably */ +#define __USE_BSD #include typedef caddr_t IOFile; /* use caddr_t to store pointers */ #endif -- cgit v1.2.3