[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT PATCH 2/7] lib/ukblkdev: blkreq.h: Include <uk/arch/atomic.h>
The header `blkreq.h` uses atomic operations but did not include `<uk/arch/atomic.h>`. Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- lib/ukblkdev/include/uk/blkreq.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ukblkdev/include/uk/blkreq.h b/lib/ukblkdev/include/uk/blkreq.h index 2c4b9b99..17daa6b5 100644 --- a/lib/ukblkdev/include/uk/blkreq.h +++ b/lib/ukblkdev/include/uk/blkreq.h @@ -48,6 +48,8 @@ extern "C" { #endif #define __sector size_t +#include <uk/arch/atomic.h> + struct uk_blkreq; /** -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |