diff options
Diffstat (limited to 'backends/tpm.c')
-rw-r--r-- | backends/tpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/tpm.c b/backends/tpm.c index a512693b15..d53da18627 100644 --- a/backends/tpm.c +++ b/backends/tpm.c @@ -12,6 +12,7 @@ * Based on backends/rng.c by Anthony Liguori */ +#include "qemu/osdep.h" #include "sysemu/tpm_backend.h" #include "qapi/qmp/qerror.h" #include "sysemu/tpm.h" |