Skip to content

Commit

Permalink
aux_util: fix missing format specifier
Browse files Browse the repository at this point in the history
Fixes: ./src/util/aux_util.h:22:40: error: expected ')' before 'PRIx32'

Signed-off-by: Bill Roberts <[email protected]>
  • Loading branch information
williamcroberts committed Jan 24, 2024
1 parent 84ead1b commit ed0e0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/aux_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <inttypes.h>
#include "tss2_tpm2_types.h"
#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit ed0e0cd

Please sign in to comment.