X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime.h;h=f92ee8c430c8d9cdb48f31effabd885af07c9257;hp=11e2a7b9c26c0216ee4b2124f6dff929cf50175d;hb=df0ca15ce2ffac0df3e9dcf4bfe4121333c4aa27;hpb=8b6a404cdd2c40715885e562416c3db039912773 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;