From 64dbaa7e9c0249217c51e51422ec87faaca249de Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Thu, 27 Apr 2017 15:09:13 -0400 Subject: [PATCH] lib/seqlock: #include "types.h" for bool type --- lib/seqlock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/seqlock.h b/lib/seqlock.h index 1ac1eb6b..762b6ec1 100644 --- a/lib/seqlock.h +++ b/lib/seqlock.h @@ -1,6 +1,7 @@ #ifndef FIO_SEQLOCK_H #define FIO_SEQLOCK_H +#include "types.h" #include "../arch/arch.h" struct seqlock { -- 2.25.1