Fix compiler errors in common.h
authorAshwin Sekhar T K <ashwin@broadcom.com>
Mon, 5 Oct 2015 12:16:11 +0000 (17:46 +0530)
committerAshwin Sekhar T K <ashwin@broadcom.com>
Mon, 9 Nov 2015 08:45:50 +0000 (14:15 +0530)
common.h

index 7b81c6f..399d01c 100644 (file)
--- a/common.h
+++ b/common.h
@@ -86,6 +86,7 @@ extern "C" {
 #if !defined(_MSC_VER)
 #include <unistd.h>
 #endif
+#include <time.h>
 
 #ifdef OS_LINUX
 #include <malloc.h>