kwo pushed a commit to branch master.

http://git.enlightenment.org/legacy/imlib2.git/commit/?id=521573be219f27c7bfebb57d5b0b994fdb316721

commit 521573be219f27c7bfebb57d5b0b994fdb316721
Author: Chloe Kudryavtsev <chloe.kudryavt...@gmail.com>
Date:   Sat Oct 24 23:38:53 2015 -0400

    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 <config.h>
 #include <string.h>
 #include <math.h>
+#include <time.h>
 #ifdef WITH_DMALLOC
 #include <dmalloc.h>
 #endif

-- 


Reply via email to