timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.

* timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
	[NEED_DECLARATION_GETRUSAGE]: Declare getrusage.

From-SVN: r34884
This commit is contained in:
Hans-Peter Nilsson 2000-07-06 09:36:52 +00:00 committed by Hans-Peter Nilsson
parent 121470c81d
commit f9721d41cb
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-07-06 Hans-Peter Nilsson <hp@axis.com>
* timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
[NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
2000-07-05 Kazu Hirata <kazu@hxi.com>
* h8300-proto.h: Fix formatting.

View File

@ -27,6 +27,13 @@
# include <sys/times.h>
#endif
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif
#ifdef NEED_DECLARATION_GETRUSAGE
extern int getrusage PARAMS ((int, struct rusage *));
#endif
#include "flags.h"
#include "timevar.h"