summaryrefslogtreecommitdiff
path: root/toxcore/util.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-19 15:27:46 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-22 10:26:59 +0000
commit2328cb74abccd563f0cd8d14d30e5314822d321e (patch)
treeb61581536d448a8846dc333b44c9b56e24605a1f /toxcore/util.c
parentce29c8e7ec91d95167b2dea3aee9fd1ae1aac254 (diff)
Improve documentation of crypto_core.
Diffstat (limited to 'toxcore/util.c')
-rw-r--r--toxcore/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/util.c b/toxcore/util.c
index 2dfa360e..7a390ea9 100644
--- a/toxcore/util.c
+++ b/toxcore/util.c
@@ -29,6 +29,7 @@
29#include "util.h" 29#include "util.h"
30 30
31#include "crypto_core.h" /* for CRYPTO_PUBLIC_KEY_SIZE */ 31#include "crypto_core.h" /* for CRYPTO_PUBLIC_KEY_SIZE */
32#include "network.h" /* for current_time_monotonic */
32 33
33#include <time.h> 34#include <time.h>
34 35