From: wolf Date: Tue, 30 Apr 2002 15:56:36 +0000 (+0000) Subject: OSF needs unistd.h as well for autodetection of the number of processors. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17282fc9261ae4bc774215339e79b810ed7af545;p=dealii-svn.git OSF needs unistd.h as well for autodetection of the number of processors. git-svn-id: https://svn.dealii.org/trunk@5778 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/multithread_info.cc b/deal.II/base/source/multithread_info.cc index 50c152f9af..45f7f93a4c 100644 --- a/deal.II/base/source/multithread_info.cc +++ b/deal.II/base/source/multithread_info.cc @@ -19,7 +19,7 @@ # include #endif -#if defined(__sun__) +#if defined(__sun__) || defined(__osf__) # include #endif