From: Wolfgang Bangerth Date: Tue, 30 Apr 2002 10:55:51 +0000 (+0000) Subject: Some systems need to include sys/time.h as well. X-Git-Tag: v8.0.0~18091 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c323f018f5122047c9c7cd9ff7758b0581478ab0;p=dealii.git Some systems need to include sys/time.h as well. git-svn-id: https://svn.dealii.org/trunk@5764 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/job_identifier.cc b/deal.II/base/source/job_identifier.cc index e214132b4b..fed01d299f 100644 --- a/deal.II/base/source/job_identifier.cc +++ b/deal.II/base/source/job_identifier.cc @@ -14,6 +14,7 @@ #include #include +#include #if HAVE_GETHOSTNAME # include