projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e060c6
)
crc/test.c: fix include of time.h
author
Danny Al-Gaaf
<danny.al-gaaf@bisect.de>
Wed, 30 Apr 2014 18:48:16 +0000
(20:48 +0200)
committer
Jens Axboe
<axboe@fb.com>
Wed, 30 Apr 2014 21:01:16 +0000
(15:01 -0600)
Replace include of time.h with renamed fio_time.h to fix build.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
crc/test.c
patch
|
blob
|
blame
|
history
diff --git
a/crc/test.c
b/crc/test.c
index 2cc7c0f5fbb28dcc49c88df146dbf3172240a883..3773b714782adf9e2eab1eb81fda731ba897a1bf 100644
(file)
--- 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"