From: wolf Date: Wed, 24 Apr 2002 07:47:48 +0000 (+0000) Subject: FreeBSD wants these header files backward. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97141d7736dff1727fa24ed1e24114c4d6edb2c;p=dealii-svn.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