summaryrefslogtreecommitdiff
path: root/toxcore/Lossless_UDP.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-05-01 19:42:44 -0400
committerirungentoo <irungentoo@gmail.com>2014-05-01 19:42:44 -0400
commitdeb8bfc350748555b7de5d0f4911c382b3f2d65e (patch)
tree7f026e9fb740cb7c6c6eee5397a1365e5a034ef5 /toxcore/Lossless_UDP.h
parent47aa53a3840f81b42e0f78dea03a57ebd7c3ebb5 (diff)
Random number functions belong in crypto_core.
Diffstat (limited to 'toxcore/Lossless_UDP.h')
-rw-r--r--toxcore/Lossless_UDP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/Lossless_UDP.h b/toxcore/Lossless_UDP.h
index b23d602a..587cd9ff 100644
--- a/toxcore/Lossless_UDP.h
+++ b/toxcore/Lossless_UDP.h
@@ -25,6 +25,7 @@
25#define LOSSLESS_UDP_H 25#define LOSSLESS_UDP_H
26 26
27#include "network.h" 27#include "network.h"
28#include "crypto_core.h"
28#include "misc_tools.h" 29#include "misc_tools.h"
29 30
30 31