aboutsummaryrefslogtreecommitdiff
path: root/sand-leek.c
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-11-27 21:46:51 +1300
committerDavid Phillips <david@sighup.nz>2017-11-27 21:46:54 +1300
commit3a9e227f5e7bfc3cb0eab8d5f1c752d1d3bdda04 (patch)
tree25baf7a94c68a6b24a4bca02bd8d66310dfb2610 /sand-leek.c
parent6700b90d094c612e20ca0bed3afd4f8a26ed2be0 (diff)
downloadsand-leek-3a9e227f5e7bfc3cb0eab8d5f1c752d1d3bdda04.tar.xz
Explicitly include time.h ourselves
Diffstat (limited to 'sand-leek.c')
-rw-r--r--sand-leek.c1
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>