From a3bcb9037ddf6657f79f0aae42aa83dd2b8f6b14 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 30 Apr 2012 22:49:41 +0200 Subject: Move the compat.[ch] headers into common directory/ * And the compat stuff in the p11-kit directory merged into util.c and util.h --- tests/mock-module.c | 2 +- tests/test-init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 #include 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 #include -#include "p11-kit/compat.h" #include "p11-kit/p11-kit.h" +#include "p11-kit/util.h" #include "mock-module.h" -- cgit v1.1