summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/net_crypto.c')
-rw-r--r--toxcore/net_crypto.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/toxcore/net_crypto.c b/toxcore/net_crypto.c
index 2e8299f1..b9d8a360 100644
--- a/toxcore/net_crypto.c
+++ b/toxcore/net_crypto.c
@@ -29,9 +29,11 @@
29 29
30#include "net_crypto.h" 30#include "net_crypto.h"
31 31
32#include "util.h"
33
34#include <math.h> 32#include <math.h>
33#include <stdlib.h>
34#include <string.h>
35
36#include "util.h"
35 37
36typedef struct { 38typedef struct {
37 uint64_t sent_time; 39 uint64_t sent_time;