ports/devel/aws-c-commons/files/patch-source_posix_clock.c
Danilo Egea Gondolfo f931478254 - Update to 0.3.3
2019-02-24 11:11:12 +00:00

11 lines
226 B
C

--- 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;