summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/pkcs11_int.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 2e40e189af..0ef044abcf 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -110,7 +110,7 @@ HFILES = abstract_int.h debug.h gnutls_compress.h gnutls_cipher.h \
ext_safe_renegotiation.h locks.h gnutls_mbuffers.h
if ENABLE_PKCS11
-HFILES += pkcs11_int.h pkcs11_spec.h
+HFILES += pkcs11_int.h
endif
# Separate so we can create the documentation
diff --git a/lib/pkcs11_int.h b/lib/pkcs11_int.h
index c0b8dde4f8..586def9bd1 100644
--- a/lib/pkcs11_int.h
+++ b/lib/pkcs11_int.h
@@ -11,6 +11,7 @@
#define P11_KIT_API_SUBJECT_TO_CHANGE 1
#include <p11-kit/uri.h>
+#include <p11-kit/pkcs11.h>
typedef unsigned char ck_bool_t;