diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-09-15 00:05:21 +0000 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-09-15 08:44:05 -0600 |
commit | f55e6d10cf797a0418a26d59f8bd40d50753b153 (patch) | |
tree | db6f683aab46bb6f91e6bbf916be688f4ca4c886 /blktrace.h | |
parent | 2564a6029e55d6a0507ebb28a5a01f5dffb0bd56 (diff) | |
download | blktrace-f55e6d10cf797a0418a26d59f8bd40d50753b153.tar.gz blktrace-f55e6d10cf797a0418a26d59f8bd40d50753b153.tar.bz2 |
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 <raj.khem@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'blktrace.h')
-rw-r--r-- | blktrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ #include <limits.h> #include <byteswap.h> #include <endian.h> +#include <sys/types.h> #include "blktrace_api.h" #include "rbtree.h" |