From: Wolfgang Bangerth Date: Thu, 17 May 2001 14:17:33 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~19141 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9725b9a3dba1b813eeea18806d507e820468179;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@4653 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/job_identifier.cc b/deal.II/base/source/job_identifier.cc index 447bb0cb9c..cc67f9c438 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_GET_HOSTNAME +#if HAVE_GETHOSTNAME # include #endif