From 7b2e6ef9460ca06a4826c50d15afb6d397dfdc47 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sat, 24 Oct 2015 23:38:53 -0400 Subject: [PATCH] add time.h include to common.h for time_t --- src/lib/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/common.h b/src/lib/common.h index 798965f..9053826 100644 --- a/src/lib/common.h +++ b/src/lib/common.h @@ -9,6 +9,7 @@ #include #include #include +#include #ifdef WITH_DMALLOC #include #endif -- 2.4.10