summaryrefslogtreecommitdiffstats
path: root/qemu/backends/tpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/backends/tpm.c')
-rw-r--r--qemu/backends/tpm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu/backends/tpm.c b/qemu/backends/tpm.c
index a512693b1..536f262bb 100644
--- a/qemu/backends/tpm.c
+++ b/qemu/backends/tpm.c
@@ -12,7 +12,9 @@
* Based on backends/rng.c by Anthony Liguori
*/
+#include "qemu/osdep.h"
#include "sysemu/tpm_backend.h"
+#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "sysemu/tpm.h"
#include "qemu/thread.h"