Index: src/tlcl/tlcl.c |
diff --git a/src/tlcl/tlcl.c b/src/tlcl/tlcl.c |
index 4ef5e40b5b5b068d71076f58e71780ef68aa1687..63c03a6c7d6e05f690e2e5f33a3f8c5131213b9b 100644 |
--- a/src/tlcl/tlcl.c |
+++ b/src/tlcl/tlcl.c |
@@ -25,15 +25,15 @@ |
#include <unistd.h> |
#ifdef FIRMWARE |
-#include "saved-structures.h" |
#include "tss_constants.h" |
#else |
#include <tss/tcs.h> |
-#include "structures.h" |
#include "tpmextras.h" |
#endif /* FIRMWARE */ |
+#include "structures.h" |
#include "tlcl_internal.h" |
+#include "version.h" |
#if USE_TPM_EMULATOR |
#include "tpmemu.h" |