From: wolf Date: Thu, 17 May 2001 14:16:04 +0000 (+0000) Subject: If gethostname is declared, then it must be in unistd.h X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5a52d7805635d810feade917d89056aaea7e0c6;p=dealii-svn.git If gethostname is declared, then it must be in unistd.h git-svn-id: https://svn.dealii.org/trunk@4652 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/job_identifier.cc b/deal.II/base/source/job_identifier.cc index 8f1634bde3..447bb0cb9c 100644 --- a/deal.II/base/source/job_identifier.cc +++ b/deal.II/base/source/job_identifier.cc @@ -15,7 +15,7 @@ #include #include -#if HAVE_UNISTD_H +#if HAVE_GET_HOSTNAME # include #endif