summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mock-module.c2
-rw-r--r--tests/test-init.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/mock-module.c b/tests/mock-module.c
index 9cb1831..36515d0 100644
--- a/tests/mock-module.c
+++ b/tests/mock-module.c
@@ -38,7 +38,7 @@
#include "pkcs11.h"
#include "mock-module.h"
-#include "p11-kit/compat.h"
+#include "p11-kit/util.h"
#include <stdarg.h>
#include <stdio.h>
diff --git a/tests/test-init.c b/tests/test-init.c
index 10790a8..be970aa 100644
--- a/tests/test-init.c
+++ b/tests/test-init.c
@@ -44,8 +44,8 @@
#include <time.h>
#include <unistd.h>
-#include "p11-kit/compat.h"
#include "p11-kit/p11-kit.h"
+#include "p11-kit/util.h"
#include "mock-module.h"