From 9ef6e2bfb6cf066201ce2dc14ddc4137846ec7bb Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Mon, 1 Oct 2012 20:57:38 +0000 Subject: [PATCH] - Added missing int32_t definition --- include/polarssl/bignum.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index 092e185d52..9cf61a3fc3 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h @@ -36,6 +36,7 @@ #include typedef INT16 int16_t; typedef UINT16 uint16_t; +typedef INT32 int32_t; typedef UINT32 uint32_t; typedef UINT64 uint64_t; #else