From: Vincent Fu Date: Thu, 27 Apr 2017 19:09:13 +0000 (-0400) Subject: lib/seqlock: #include "types.h" for bool type X-Git-Tag: fio-2.99~72^2~1^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=64dbaa7e9c0249217c51e51422ec87faaca249de;p=fio.git lib/seqlock: #include "types.h" for bool type --- 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 {