os/os-android.h: fix broken shmget() due to ndk-r15
[fio.git] / lib / getrusage.h
1 #ifndef FIO_GETRUSAGE_H
2 #define FIO_GETRUSAGE_H
3
4 #include <sys/time.h>
5 #include <sys/resource.h>
6
7 extern int fio_getrusage(struct rusage *ru);
8
9 #endif