On some environments stdint.h seems not be included implicitly...

This commit is contained in:
Yuichi Nishiwaki 2014-02-27 22:17:18 +09:00
parent 1f858f05e3
commit 9a8569ff87
1 changed files with 1 additions and 0 deletions

View File

@ -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"