Skip to content
Snippets Groups Projects
Commit 89ebc5e2 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

now includes sys/times.h if it exists

Rev: src/rusage.c:1.4
parent e7df5bee
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
#include "types.h" #include "types.h"
#include "rusage.h" #include "rusage.h"
#ifdef HAVE_SYS_TIMES_H
#include <sys/times.h>
#endif
static INT32 rusage_values[30]; static INT32 rusage_values[30];
/* /*
* Here comes a long blob with stuff to see how to find out about * Here comes a long blob with stuff to see how to find out about
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment