summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorZhang Xianyi <traits.zhang@gmail.com>2015-10-08 15:07:24 +0000
committerZhang Xianyi <traits.zhang@gmail.com>2015-10-08 15:18:54 +0000
commit3684706a121f9d9e1ccfc4a2bbb98f698eb04514 (patch)
tree7f296ec2eb27f563d5eb1dc410a06afef13146a3 /common.h
parent90aa8e24b94ce8bbf73e60f9c69c50a2b18565da (diff)
downloadopenblas-3684706a121f9d9e1ccfc4a2bbb98f698eb04514.tar.gz
openblas-3684706a121f9d9e1ccfc4a2bbb98f698eb04514.tar.bz2
openblas-3684706a121f9d9e1ccfc4a2bbb98f698eb04514.zip
Include time.h.
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index c367e38cb..c7660a7dd 100644
--- a/common.h
+++ b/common.h
@@ -114,6 +114,7 @@ extern "C" {
#include <sys/shm.h>
#endif
#include <sys/time.h>
+#include <time.h>
#include <unistd.h>
#include <math.h>
#ifdef SMP