X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime.h;h=f92ee8c430c8d9cdb48f31effabd885af07c9257;hp=11e2a7b9c26c0216ee4b2124f6dff929cf50175d;hb=fc220349e45144360917db48010b503a9874930d;hpb=e6fe02651641fc64d2fa4fcfe9b1013b2947d11b diff --git a/gettime.h b/gettime.h index 11e2a7b9..f92ee8c4 100644 --- a/gettime.h +++ b/gettime.h @@ -1,6 +1,8 @@ #ifndef FIO_GETTIME_H #define FIO_GETTIME_H +#include + #include "arch/arch.h" /* @@ -18,7 +20,7 @@ extern void fio_gtod_init(void); extern void fio_clock_init(void); extern int fio_start_gtod_thread(void); extern int fio_monotonic_clocktest(int debug); -extern void fio_local_clock_init(int); +extern void fio_local_clock_init(void); extern struct timespec *fio_ts;