mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 10:30:28 +00:00
(svn r25913) -Fix: [OSX] Compilation under OSX 10.9. (zydeco)
This commit is contained in:
parent
1237e3c48c
commit
dce0951fdc
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
/* Some gcc versions include assert.h via this header. As this would interfere
|
/* Some gcc versions include assert.h via this header. As this would interfere
|
||||||
* with our own assert redefinition, include this header first. */
|
* with our own assert redefinition, include this header first. */
|
||||||
#if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3))
|
#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3))
|
||||||
# include <debug/debug.h>
|
# include <debug/debug.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user