summaryrefslogtreecommitdiff
path: root/trust/anchor.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/anchor.c')
-rw-r--r--trust/anchor.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/trust/anchor.c b/trust/anchor.c
index cdc6486..baa1aeb 100644
--- a/trust/anchor.c
+++ b/trust/anchor.c
@@ -41,12 +41,13 @@
#include "debug.h"
#include "constants.h"
#include "extract.h"
-#include "iter.h"
#include "message.h"
#include "parser.h"
-#include "p11-kit.h"
#include "tool.h"
+#include "p11-kit/iter.h"
+#include "p11-kit/p11-kit.h"
+
#include <assert.h>
#include <getopt.h>
#include <stdio.h>