Include <stdint.h> when we need SIZE_MAX

This commit is contained in:
Frank Denis 2013-04-19 11:23:17 +02:00
parent 98a87d8ea7
commit aa6488dbe9
2 changed files with 2 additions and 0 deletions

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"

View File

@ -1,6 +1,7 @@
#include <limits.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>