From f55e6d10cf797a0418a26d59f8bd40d50753b153 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 15 Sep 2015 00:05:21 +0000 Subject: [PATCH] include sys/types.h for dev_t definition Avoids the build failures when sys/types.h does not get included indirectly through other headers. Signed-off-by: Khem Raj Signed-off-by: Jens Axboe --- blktrace.h | 1 + 1 file changed, 1 insertion(+) diff --git a/blktrace.h b/blktrace.h index 380aec7..944fc08 100644 --- a/blktrace.h +++ b/blktrace.h @@ -5,6 +5,7 @@ #include #include #include +#include #include "blktrace_api.h" #include "rbtree.h" -- 2.25.1