From 45ec8da7e51d22f0fd37ead0cb92deda9bd0a0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 10 Feb 2015 13:50:47 +0000 Subject: [PATCH] Fix missing include in i386-specific file --- library/padlock.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/padlock.c b/library/padlock.c index 3a59a22de..bad25da1c 100644 --- a/library/padlock.c +++ b/library/padlock.c @@ -36,6 +36,8 @@ #include "polarssl/padlock.h" +#include + #if defined(POLARSSL_HAVE_X86) /*