From b3725d217ca6a2eb53fd40894b0b451c48fec761 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 24 Apr 2002 07:47:48 +0000 Subject: [PATCH] FreeBSD wants these header files backward. git-svn-id: https://svn.dealii.org/trunk@5719 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/timer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5