Avoids the build failures when sys/types.h does not get included indirectly through other headers. Signed-off-by: Khem Raj <raj.khem@xxxxxxxxx> --- 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 <limits.h> #include <byteswap.h> #include <endian.h> +#include <sys/types.h> #include "blktrace_api.h" #include "rbtree.h" -- 2.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-btrace" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html