From f16b83b29349dae16f07aae9a1709aed0dff247d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 15 Jan 2019 11:14:43 -0700 Subject: Add configure script Some older installs don't have __kernel_rwf_t in linux/fs.h, so add a check for that. Signed-off-by: Jens Axboe --- src/liburing.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/liburing.h') diff --git a/src/liburing.h b/src/liburing.h index fb07583..038dd15 100644 --- a/src/liburing.h +++ b/src/liburing.h @@ -2,6 +2,7 @@ #define LIB_URING_H #include +#include "compat.h" #include "io_uring.h" /* -- cgit