blob: 8b2bc012c21b9172b8a7e4960a7af330db7fd403 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- source/posix/clock.c.orig 2019-02-17 20:17:45 UTC
+++ source/posix/clock.c
@@ -15,7 +15,7 @@
#include <aws/common/clock.h>
-#include <time.h>
+#include <sys/time.h>
static const uint64_t NS_PER_SEC = 1000000000;
|