From d52730c3c18b179f872a5fe07531b99d6ede39d5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 24 Feb 2003 11:11:35 +0000 Subject: [PATCH] Complete last patch. --- src/base/random/cl_random_from.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/random/cl_random_from.cc b/src/base/random/cl_random_from.cc index 185f402..f73b035 100644 --- a/src/base/random/cl_random_from.cc +++ b/src/base/random/cl_random_from.cc @@ -12,7 +12,7 @@ #include "cl_base_config.h" #include "cl_low.h" -#if defined(unix) || defined(__unix) || defined(_AIX) || defined(sinix) || (defined(_WIN32) && defined(__GNUC__)) || defined(__BEOS__) +#if defined(unix) || defined(__unix) || defined(_AIX) || defined(sinix) || (defined(__MACH__) && defined(__APPLE__)) || (defined(_WIN32) && defined(__GNUC__)) || defined(__BEOS__) #include #include // declares getpid()