From ee329b9047532c7e9199bba2246992ea1a619df8 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 2 May 2026 19:25:56 +0200 Subject: lib: Use tpm.h for TPM test The threadpool manager (TPM) test unnecessarily included the source instead of the header. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- include/ouroboros/tpm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ouroboros/tpm.h b/include/ouroboros/tpm.h index c01a235c..56c04701 100644 --- a/include/ouroboros/tpm.h +++ b/include/ouroboros/tpm.h @@ -24,6 +24,7 @@ #define OUROBOROS_LIB_TPM_H #include +#include struct tpm; -- cgit v1.2.3