From ed0e0cdd3878d5f99f7103095743a9d588032940 Mon Sep 17 00:00:00 2001 From: Bill Roberts Date: Wed, 24 Jan 2024 16:16:46 -0600 Subject: [PATCH] aux_util: fix missing format specifier Fixes: ./src/util/aux_util.h:22:40: error: expected ')' before 'PRIx32' Signed-off-by: Bill Roberts --- src/util/aux_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/aux_util.h b/src/util/aux_util.h index 11a7b30b0..a30e405a4 100644 --- a/src/util/aux_util.h +++ b/src/util/aux_util.h @@ -10,6 +10,7 @@ #ifdef HAVE_CONFIG_H #include #endif +#include #include "tss2_tpm2_types.h" #ifdef __cplusplus extern "C" {