From efcdf594f81a6af34b72285c12bacbce35c14b2d Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 31 May 2011 16:59:30 +0200 Subject: Fix compiling issues with pkcs11 when --disable-management is configured pkcs11.c seems to miss some header files which gets implicitly added when the management interface is enabled. Signed-off-by: David Sommerseth Tested-by: Mr Dash Four --- pkcs11.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkcs11.c b/pkcs11.c index af781e0..9cf18e5 100644 --- a/pkcs11.c +++ b/pkcs11.c @@ -33,6 +33,8 @@ #include "manage.h" #include "base64.h" #include "pkcs11.h" +#include "misc.h" +#include "otime.h" static time_t -- cgit v1.2.3