Fix for two missed files for config.h. Found using `git grep -L "HAVE_CONFIG_H" -- **/*.c`.

pull/331/head
David Garske 2024-02-08 17:11:36 -08:00
parent cbcb011769
commit ada472113c
2 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,10 @@
/* This is a helper tool for reseting the value of a TPM2.0 PCR */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <wolftpm/tpm2_wrap.h>
#ifndef WOLFTPM2_NO_WRAPPER

View File

@ -21,6 +21,9 @@
/* wolfTPM 2.0 unit tests */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <wolftpm/tpm2.h>
#include <wolftpm/tpm2_wrap.h>