From 9a8569ff87c6911a137d9c9c440d7495ae4f9d26 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Thu, 27 Feb 2014 22:17:18 +0900 Subject: [PATCH] On some environments stdint.h seems not be included implicitly... --- include/picrin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/picrin.h b/include/picrin.h index e125260f..4557fa30 100644 --- a/include/picrin.h +++ b/include/picrin.h @@ -32,6 +32,7 @@ extern "C" { #include #include #include +#include #include #include "xhash/xhash.h"