We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d8535 commit a54f464Copy full SHA for a54f464
options.mk
@@ -712,7 +712,7 @@ ifeq ($(WOLFTPM),1)
712
SIM_TPM=1
713
endif
714
ifeq ($(SIM_TPM),1)
715
- CFLAGS+=-DWOLFTPM_SWTPM -DTPM_TIMEOUT_TRIES=0 -DHAVE_NETDB_H
+ CFLAGS+=-DWOLFTPM_SWTPM -DTPM_TIMEOUT_TRIES=0 -DHAVE_NETDB_H -DHAVE_UNISTD_H
716
OBJS+=./lib/wolfTPM/src/tpm2_swtpm.o
717
else
718
# Use memory-mapped WOLFTPM on x86-64
0 commit comments