summaryrefslogtreecommitdiff
path: root/toxcore/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/util.c')
-rw-r--r--toxcore/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/util.c b/toxcore/util.c
index 58b75763..2f00adac 100644
--- a/toxcore/util.c
+++ b/toxcore/util.c
@@ -17,12 +17,12 @@
17 17
18#include "util.h" 18#include "util.h"
19 19
20#include "crypto_core.h" /* for CRYPTO_PUBLIC_KEY_SIZE */
21
22#include <stdlib.h> 20#include <stdlib.h>
23#include <string.h> 21#include <string.h>
24#include <time.h> 22#include <time.h>
25 23
24#include "crypto_core.h" /* for CRYPTO_PUBLIC_KEY_SIZE */
25
26 26
27/* id functions */ 27/* id functions */
28bool id_equal(const uint8_t *dest, const uint8_t *src) 28bool id_equal(const uint8_t *dest, const uint8_t *src)