summaryrefslogtreecommitdiff
path: root/tests/mock-module.c
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-04-30 22:49:41 +0200
committerStef Walter <stefw@gnome.org>2012-04-30 22:49:41 +0200
commita3bcb9037ddf6657f79f0aae42aa83dd2b8f6b14 (patch)
treec627685c16bb58b4e051399243f790711ea6200b /tests/mock-module.c
parenteeb40dccb63682367e03f52750355bf5951edff7 (diff)
Move the compat.[ch] headers into common directory/
* And the compat stuff in the p11-kit directory merged into util.c and util.h
Diffstat (limited to 'tests/mock-module.c')
-rw-r--r--tests/mock-module.c2
1 files changed, 1 insertions, 1 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>