From: Wolfgang Bangerth Date: Wed, 24 Apr 2002 07:47:48 +0000 (+0000) Subject: FreeBSD wants these header files backward. X-Git-Tag: v8.0.0~18129 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3725d217ca6a2eb53fd40894b0b451c48fec761;p=dealii.git FreeBSD wants these header files backward. git-svn-id: https://svn.dealii.org/trunk@5719 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/timer.cc b/deal.II/base/source/timer.cc index 08f1a0adc8..cfb226921e 100644 --- a/deal.II/base/source/timer.cc +++ b/deal.II/base/source/timer.cc @@ -17,8 +17,8 @@ // these includes should probably be properly // ./configure'd using the AC_HEADER_TIME macro: -#include #include +#include // on SunOS 4.x, getrusage is stated in the man pages and exists, but