From a56f569a2024a4e13db165308947c8a6aa87859c Mon Sep 17 00:00:00 2001 From: Daniel Neus Date: Fri, 12 Aug 2016 16:12:52 +0200 Subject: Headers can be marked as external by using `` in info.txt. These headers are copied/linked into build_dir/include/external This has the advantage that external includes can be taken as they are, they haven't to be modified. Fixes amalgamation build with enabled pkcs#11 module --- src/lib/prov/pkcs11/p11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/prov/pkcs11/p11.h') diff --git a/src/lib/prov/pkcs11/p11.h b/src/lib/prov/pkcs11/p11.h index df077f62b..c18c07d59 100644 --- a/src/lib/prov/pkcs11/p11.h +++ b/src/lib/prov/pkcs11/p11.h @@ -50,7 +50,7 @@ #pragma pack(push, cryptoki, 1) #endif -#include +#include "pkcs11.h" #if defined(_MSC_VER) #pragma pack(pop, cryptoki) -- cgit v1.2.3