From a3b290732dd1f06c5b16228c9a11529e1b43372e Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Fri, 5 Nov 2021 16:58:12 -0600 Subject: lib/thread: Switch to using types.h thread_mutex uses bool. BUG=b:179699789 TEST=Build guybrush Signed-off-by: Raul E Rangel Change-Id: Id26b37d3e38852d72fcb6ff07ed578b0879e55dd Reviewed-on: https://review.coreboot.org/c/coreboot/+/58990 Reviewed-by: Felix Held Reviewed-by: Rob Barnes Tested-by: build bot (Jenkins) --- src/include/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/thread.h b/src/include/thread.h index 62c6283acf..19b69fa30d 100644 --- a/src/include/thread.h +++ b/src/include/thread.h @@ -5,7 +5,7 @@ #include #include #include -#include +#include struct thread_mutex { bool locked; -- cgit v1.2.1