Types definitions in randombytes.h require stdint.h, not inttypes.h
This commit is contained in:
parent
fbdc55daf6
commit
077e89b6b5
@ -8,7 +8,7 @@ extern "C" {
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
typedef struct randombytes_implementation {
|
||||
|
@ -2,6 +2,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "randombytes.h"
|
||||
|
Loading…
Reference in New Issue
Block a user