From 11e808223faa9c334858e38acacf277079264beb Mon Sep 17 00:00:00 2001 From: Harald Freudenberger Date: Mon, 14 Apr 2014 12:02:48 -0500 Subject: [PATCH 4/6] The asm/zcrypt.h header file uses some std int types and so the stdint.h include statement should occur before the zcrypt header file. Signed-off-by: Harald Freudenberger --- usr/lib/pkcs11/ep11_stdll/ep11_specific.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/pkcs11/ep11_stdll/ep11_specific.c b/usr/lib/pkcs11/ep11_stdll/ep11_specific.c index 0eea8c9..373be5b 100644 --- a/usr/lib/pkcs11/ep11_stdll/ep11_specific.c +++ b/usr/lib/pkcs11/ep11_stdll/ep11_specific.c @@ -296,6 +296,7 @@ #include #include #include +#include #include "pkcs11types.h" #include "defs.h" @@ -314,7 +315,6 @@ #include #include #include -#include #include #include -- 1.7.12.4