diff options
Diffstat (limited to 'tpm/tpm_passthrough.c')
-rw-r--r-- | tpm/tpm_passthrough.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpm/tpm_passthrough.c b/tpm/tpm_passthrough.c index 80a48d68cd..1fdd66d356 100644 --- a/tpm/tpm_passthrough.c +++ b/tpm/tpm_passthrough.c @@ -30,7 +30,7 @@ #include "backends/tpm.h" #include "tpm_int.h" #include "hw/hw.h" -#include "hw/pc.h" +#include "hw/i386/pc.h" #include "tpm_tis.h" #include "tpm_backend.h" |