aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-17 20:17:52 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-17 20:17:52 -0800
commit37582a286039f44cc7d8d3b0790e83c03a1ee5bc (patch)
treec54831f802048a5509c7f8be7aae44c8e731750b /tests
parent4707cfd45be0d807081c53d9a16cc05e1d0cf4bc (diff)
downloadnng-37582a286039f44cc7d8d3b0790e83c03a1ee5bc.tar.gz
nng-37582a286039f44cc7d8d3b0790e83c03a1ee5bc.tar.bz2
nng-37582a286039f44cc7d8d3b0790e83c03a1ee5bc.zip
Include time.h for getms.
Diffstat (limited to 'tests')
-rw-r--r--tests/stubs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stubs.h b/tests/stubs.h
index 9bd9c279..967074c4 100644
--- a/tests/stubs.h
+++ b/tests/stubs.h
@@ -17,6 +17,7 @@
#ifdef _WIN32
#include <windows.h>
#else
+#include <time.h>
#include <sys/time.h>
#endif