]> git.proxmox.com Git - swtpm.git/commitdiff
swtpm: Add missing include file to ctrlchannel.h
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Mon, 24 Jun 2019 18:37:43 +0000 (14:37 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Fri, 12 Jul 2019 18:18:20 +0000 (14:18 -0400)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
src/swtpm/ctrlchannel.h

index 648111586c8d9d81e2bf460e736a26c6ad6a1f83..85572811c454699c31086b5fa059b82b7e952345 100644 (file)
@@ -40,6 +40,8 @@
 
 #include <stdbool.h>
 
+#include <libtpms/tpm_types.h>
+
 struct ctrlchannel;
 struct libtpms_callbacks;
 struct mainLoopParams;