From 5086bf978445406312a4ff4127a7e2e8ac0fc655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 10 Oct 2017 00:55:58 +0200 Subject: tpm-tis: move TPMState to TIS header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Reviewed-by: Stefan Berger Signed-off-by: Stefan Berger --- hw/tpm/tpm_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/tpm/tpm_util.c') diff --git a/hw/tpm/tpm_util.c b/hw/tpm/tpm_util.c index 73d77965fd..daf1faa63d 100644 --- a/hw/tpm/tpm_util.c +++ b/hw/tpm/tpm_util.c @@ -22,6 +22,7 @@ #include "qemu/osdep.h" #include "tpm_util.h" #include "tpm_int.h" +#include "exec/memory.h" /* * Write an error message in the given output buffer. -- cgit v1.2.3