From 3684706a121f9d9e1ccfc4a2bbb98f698eb04514 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Thu, 8 Oct 2015 15:07:24 +0000 Subject: [PATCH] Include time.h. --- common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common.h b/common.h index c367e38..c7660a7 100644 --- a/common.h +++ b/common.h @@ -114,6 +114,7 @@ extern "C" { #include #endif #include +#include #include #include #ifdef SMP -- 2.7.4