do not call fprintf from yyerror in expression parser
[fio.git] / fio_time.h
index c550a55b72a6e3d32153fa2e75815c9f1892418a..9f7d209a303f7987612923f456162fe5ce5d1d96 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef FIO_TIME_H
 #define FIO_TIME_H
 
+struct thread_data;
 extern uint64_t utime_since(struct timeval *, struct timeval *);
 extern uint64_t utime_since_now(struct timeval *);
 extern uint64_t mtime_since(struct timeval *, struct timeval *);