Changeset - r11782:7b1b84af086c
[Not reviewed]
master
0 1 0
bjarni - 15 years ago 2009-04-27 00:39:15
bjarni@openttd.org
(svn r16177) -Fix (r15892): [OSX] fixed linking error regarding _select$1050 (only present on some systems)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/os/macosx/osx_stdafx.h
Show inline comments
 
@@ -8,6 +8,7 @@
 
/* We need to include this first as that "depends" on the compiler's setting
 
 * of __LP64__. So before we define __LP64__ so it can be used. */
 
#include <sys/cdefs.h>
 
#include <unistd.h>
 

	
 
/* __LP64__ only exists in 10.5 and higher */
 
#if defined(__APPLE__) && !defined(__LP64__)
0 comments (0 inline, 0 general)