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 + src/lib/tests/tpm_test.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; diff --git a/src/lib/tests/tpm_test.c b/src/lib/tests/tpm_test.c index df1d8850..7cc049cd 100644 --- a/src/lib/tests/tpm_test.c +++ b/src/lib/tests/tpm_test.c @@ -21,7 +21,7 @@ */ -#include "tpm.c" +#include #include -- cgit v1.2.3