mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-29 02:20:04 +02:00
Apply BlueZeniX's patch for OpenSolaris compatibility. Fixes #158.
This commit is contained in:
@@ -75,7 +75,7 @@ void _STD_critical_term()
|
||||
|
||||
/* ================================= linux ============================ */
|
||||
|
||||
#if linux || __APPLE__ || __FreeBSD__
|
||||
#if linux || __APPLE__ || __FreeBSD__ || (defined(__SVR4) && defined (__sun))
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user