Flexible I/O Tester development
 help / color / mirror / Atom feed
* [PATCH] crc/test.c: fix include of time.h
@ 2014-04-30 18:48 Danny Al-Gaaf
  2014-04-30 21:00 ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Danny Al-Gaaf @ 2014-04-30 18:48 UTC (permalink / raw)
  To: fio; +Cc: Daniel Gollub, Danny Al-Gaaf

Replace include of time.h with renamed fio_time.h to fix build.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
---
 crc/test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crc/test.c b/crc/test.c
index 2cc7c0f..3773b71 100644
--- a/crc/test.c
+++ b/crc/test.c
@@ -4,7 +4,7 @@
 
 #include "../fio.h"
 #include "../gettime.h"
-#include "../time.h"
+#include "../fio_time.h"
 #include "../verify.h"
 
 #include "../crc/md5.h"
-- 
1.8.5.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-01  8:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-30 18:48 [PATCH] crc/test.c: fix include of time.h Danny Al-Gaaf
2014-04-30 21:00 ` Jens Axboe
2014-04-30 22:00   ` Danny Al-Gaaf
2014-05-01  8:05     ` Daniel Gollub

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox