summaryrefslogtreecommitdiff
path: root/toxcore/util.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-27 02:07:59 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-05-20 15:42:42 +0000
commitbe797d4b039b40d2c876f0a71cd1e48454a74065 (patch)
treec759c0f15a3ac0285e0bd941dc3edad06ade015d /toxcore/util.c
parent291a849a5a0afb4450bcd0d0c50b7aeccaac04f5 (diff)
Move system header includes from network.h to network.c
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 b7a8fda6..082e453f 100644
--- a/toxcore/util.c
+++ b/toxcore/util.c
@@ -36,6 +36,7 @@
36#include "crypto_core.h" /* for CRYPTO_PUBLIC_KEY_SIZE */ 36#include "crypto_core.h" /* for CRYPTO_PUBLIC_KEY_SIZE */
37#include "network.h" /* for current_time_monotonic */ 37#include "network.h" /* for current_time_monotonic */
38 38
39#include <string.h>
39#include <time.h> 40#include <time.h>
40 41
41 42