From b40119891c2f73c4726ab64ac2a2f327cf781ee2 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 9 Dec 2021 19:45:20 +0300 Subject: Update libtox to 0.2.13 --- protocols/Tox/libtox/src/toxcore/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Tox/libtox/src/toxcore/util.c') diff --git a/protocols/Tox/libtox/src/toxcore/util.c b/protocols/Tox/libtox/src/toxcore/util.c index 58b75763e5..2f00adacb1 100644 --- a/protocols/Tox/libtox/src/toxcore/util.c +++ b/protocols/Tox/libtox/src/toxcore/util.c @@ -17,12 +17,12 @@ #include "util.h" -#include "crypto_core.h" /* for CRYPTO_PUBLIC_KEY_SIZE */ - #include #include #include +#include "crypto_core.h" /* for CRYPTO_PUBLIC_KEY_SIZE */ + /* id functions */ bool id_equal(const uint8_t *dest, const uint8_t *src) -- cgit v1.2.3