Include <stdint.h> when we need SIZE_MAX

This commit is contained in:
Frank Denis
2013-04-21 17:32:05 -07:00
parent 98a87d8ea7
commit aa6488dbe9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
#include <assert.h>
#include <inttypes.h>
#include <limits.h>
#include <stdint.h>
#include "randombytes.h"
#include "randombytes_sysrandom.h"
+1
View File
@@ -1,6 +1,7 @@
#include <limits.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>