On some environments stdint.h seems not be included implicitly...
This commit is contained in:
parent
1f858f05e3
commit
9a8569ff87
|
@ -32,6 +32,7 @@ extern "C" {
|
|||
#include <stdbool.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "xhash/xhash.h"
|
||||
|
|
Loading…
Reference in New Issue