diff options
author | Zhang Xianyi <traits.zhang@gmail.com> | 2015-10-08 15:07:24 +0000 |
---|---|---|
committer | Zhang Xianyi <traits.zhang@gmail.com> | 2015-10-08 15:18:54 +0000 |
commit | 3684706a121f9d9e1ccfc4a2bbb98f698eb04514 (patch) | |
tree | 7f296ec2eb27f563d5eb1dc410a06afef13146a3 /common.h | |
parent | 90aa8e24b94ce8bbf73e60f9c69c50a2b18565da (diff) | |
download | openblas-3684706a121f9d9e1ccfc4a2bbb98f698eb04514.tar.gz openblas-3684706a121f9d9e1ccfc4a2bbb98f698eb04514.tar.bz2 openblas-3684706a121f9d9e1ccfc4a2bbb98f698eb04514.zip |
Include time.h.
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |