aboutsummaryrefslogtreecommitdiff
path: root/libiberty/clock.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-15 17:42:58 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-15 17:42:58 -0600
commit3affd5f0f4b9f9e7d3ecac2881604692ae52681e (patch)
treee6ad5341787fa143c7cb10c7384c960aecfa1ede /libiberty/clock.c
parentfe806bddb81ada7a8797cf387ff7c1427ed3d6bb (diff)
downloadgcc-3affd5f0f4b9f9e7d3ecac2881604692ae52681e.zip
gcc-3affd5f0f4b9f9e7d3ecac2881604692ae52681e.tar.gz
gcc-3affd5f0f4b9f9e7d3ecac2881604692ae52681e.tar.bz2
Update from Cygnus libiberty.
libiberty uses autoconf now. From-SVN: r19791
Diffstat (limited to 'libiberty/clock.c')
-rw-r--r--libiberty/clock.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libiberty/clock.c b/libiberty/clock.c
index b60de16..b204566 100644
--- a/libiberty/clock.c
+++ b/libiberty/clock.c
@@ -22,13 +22,15 @@ the resulting executable to be covered by the GNU General Public License.
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
+#include "config.h"
+
#ifdef HAVE_GETRUSAGE
#include <sys/time.h>
#include <sys/resource.h>
#endif
#ifdef HAVE_TIMES
-#ifndef NO_SYS_PARAM_H
+#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#include <sys/times.h>