lib/seqlock: #include "types.h" for bool type
authorVincent Fu <vincent.fu@sandisk.com>
Thu, 27 Apr 2017 19:09:13 +0000 (15:09 -0400)
committerVincent Fu <vincent.fu@sandisk.com>
Wed, 21 Jun 2017 15:54:14 +0000 (11:54 -0400)
lib/seqlock.h

index 1ac1eb6bdea47cc5cd7647ca4610d1fc6ca0032f..762b6ec1d2dc7fa7ba5df9fe75d4e28da9a1c53b 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef FIO_SEQLOCK_H
 #define FIO_SEQLOCK_H
 
 #ifndef FIO_SEQLOCK_H
 #define FIO_SEQLOCK_H
 
+#include "types.h"
 #include "../arch/arch.h"
 
 struct seqlock {
 #include "../arch/arch.h"
 
 struct seqlock {