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

fixed for A/UX

Rev: src/rusage.c:1.2
parent 9be75da9
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,13 @@ ...@@ -5,9 +5,13 @@
\*/ \*/
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#ifdef HAVE_SYS_TIME
#include <sys/time.h> #include <sys/time.h>
#endif
#include <fcntl.h> #include <fcntl.h>
#ifdef HAVE_TIME
#include <time.h> #include <time.h>
#endif
#include <errno.h> #include <errno.h>
#include "global.h" #include "global.h"
#include "types.h" #include "types.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment