diff options
Diffstat (limited to 'qemu/hw/tpm/tpm_util.c')
-rw-r--r-- | qemu/hw/tpm/tpm_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/hw/tpm/tpm_util.c b/qemu/hw/tpm/tpm_util.c index 4ace5852e..7b3542972 100644 --- a/qemu/hw/tpm/tpm_util.c +++ b/qemu/hw/tpm/tpm_util.c @@ -19,6 +19,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/> */ +#include "qemu/osdep.h" #include "tpm_util.h" #include "tpm_int.h" |