summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core.api.h
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/crypto_core.api.h
parent291a849a5a0afb4450bcd0d0c50b7aeccaac04f5 (diff)
Move system header includes from network.h to network.c
Diffstat (limited to 'toxcore/crypto_core.api.h')
-rw-r--r--toxcore/crypto_core.api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/crypto_core.api.h b/toxcore/crypto_core.api.h
index e9e8aeb2..4b40860d 100644
--- a/toxcore/crypto_core.api.h
+++ b/toxcore/crypto_core.api.h
@@ -26,8 +26,8 @@
26#define CRYPTO_CORE_H 26#define CRYPTO_CORE_H
27 27
28#include <stdbool.h> 28#include <stdbool.h>
29#include <stddef.h>
29#include <stdint.h> 30#include <stdint.h>
30#include <stdlib.h>
31 31
32#ifdef __cplusplus 32#ifdef __cplusplus
33extern "C" { 33extern "C" {