diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-15 23:42:58 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-15 23:42:58 +0000 |
commit | 3c67ba63fe49eb98772c621befa986b0e8ec6bbc (patch) | |
tree | e6ad5341787fa143c7cb10c7384c960aecfa1ede /libiberty/clock.c | |
parent | c86d77718da96c49f4ebb62ced265932245cbd3a (diff) | |
download | gcc-3c67ba63fe49eb98772c621befa986b0e8ec6bbc.tar.gz |
Update from Cygnus libiberty.
libiberty uses autoconf now.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19791 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/clock.c')
-rw-r--r-- | libiberty/clock.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libiberty/clock.c b/libiberty/clock.c index b60de1657a4..b204566ff25 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> |