FIX: SIZE_MAX undeclared. 19/70119/1
authorDariusz Michaluk <d.michaluk@samsung.com>
Wed, 18 May 2016 07:30:36 +0000 (09:30 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Wed, 18 May 2016 07:30:36 +0000 (09:30 +0200)
Change-Id: I282d74613fc8f1617575597ae3a26ee4eef385f0

src/encrypt.c
src/seal.c

index 758fd2b..4b549f7 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <assert.h>
 #include <string.h>
+#include <stdint.h>
 
 #include <openssl/crypto.h>
 #include <openssl/rand.h>
index 586aac1..47fe00f 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <assert.h>
 #include <string.h>
+#include <stdint.h>
 
 #include <openssl/crypto.h>
 #include <openssl/rand.h>