From 3a8bf5f09b0e231293a0fb71111df31141331c50 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Mon, 12 Apr 2010 10:31:24 +0000 Subject: [PATCH] added missing include git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@66 96b47cad-a561-4643-ad3b-153ac7d7599c --- ccid/pace.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ccid/pace.c b/ccid/pace.c index 31a1e0b..f600974 100644 --- a/ccid/pace.c +++ b/ccid/pace.c @@ -22,6 +22,7 @@ #include #include #include +#include #define ASN1_APP_EXP_OPT(stname, field, type, tag) ASN1_EX_TYPE(ASN1_TFLG_EXPTAG|ASN1_TFLG_APPLICATION|ASN1_TFLG_OPTIONAL, tag, stname, field, type)