Skip to content

Commit

Permalink
tpm2_tool.c Fix missing include for basename.
Browse files Browse the repository at this point in the history
tpm2_tool.c did not compile without the include libgen.h on netbsd.
Fixes: #3321

Signed-off-by: Juergen Repp <[email protected]>
  • Loading branch information
JuergenReppSIT committed Dec 19, 2023
1 parent 2f157e7 commit e988a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/tpm2_tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <libgen.h>

#include <openssl/err.h>
#include <openssl/evp.h>
Expand Down

0 comments on commit e988a22

Please sign in to comment.