The following changes since commit d1f6fcadb7cb28a5e57a5e573395fe2deb3cfd7b: Manual page for fiologparser_hist.py and Makefile updates to install them. (2016-08-18 18:56:17 -0400) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to a86f6d07f12141a32ccad2007d4568e612e0df10: verify: use proper include for PATH_MAX (2016-08-20 10:28:57 -0600) ---------------------------------------------------------------- Jens Axboe (1): verify: use proper include for PATH_MAX verify-state.h | 1 + 1 file changed, 1 insertion(+) --- Diff of recent changes: diff --git a/verify-state.h b/verify-state.h index 901aa0a..e46265e 100644 --- a/verify-state.h +++ b/verify-state.h @@ -3,6 +3,7 @@ #include <stdint.h> #include <string.h> +#include <limits.h> struct thread_rand32_state { uint32_t s[4]; -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html