From: Khem Raj Date: Tue, 15 Sep 2015 00:05:21 +0000 (+0000) Subject: include sys/types.h for dev_t definition X-Git-Tag: blktrace-1.2.0~24 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f55e6d10cf797a0418a26d59f8bd40d50753b153;p=blktrace.git 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 --- 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"