diff options
author | David Phillips <david@sighup.nz> | 2017-11-27 21:46:51 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-11-27 21:46:54 +1300 |
commit | 3a9e227f5e7bfc3cb0eab8d5f1c752d1d3bdda04 (patch) | |
tree | 25baf7a94c68a6b24a4bca02bd8d66310dfb2610 | |
parent | 6700b90d094c612e20ca0bed3afd4f8a26ed2be0 (diff) | |
download | sand-leek-3a9e227f5e7bfc3cb0eab8d5f1c752d1d3bdda04.tar.xz |
Explicitly include time.h ourselves
-rw-r--r-- | sand-leek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sand-leek.c b/sand-leek.c index 871740f..02e9464 100644 --- a/sand-leek.c +++ b/sand-leek.c @@ -7,6 +7,7 @@ #include <errno.h> #include <string.h> #include <math.h> +#include <time.h> #include <openssl/rsa.h> #include <openssl/sha.h> #include <openssl/pem.h> |