summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-07 13:28:33 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-07 13:28:33 -0400
commit220fb72121f6013fa5421de3367dbecd8cca1aed (patch)
tree98f8582bed829f0ce38b2337da9a0244ce5cba06 /toxcore/net_crypto.c
parentbdf31fc6b55646fd798f5d39aeb5751f4a5319e7 (diff)
parent4444494b65265ea74aec9361c4f188f7a3b87f32 (diff)
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
Diffstat (limited to 'toxcore/net_crypto.c')
-rw-r--r--toxcore/net_crypto.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/toxcore/net_crypto.c b/toxcore/net_crypto.c
index b20917cf..a182bb53 100644
--- a/toxcore/net_crypto.c
+++ b/toxcore/net_crypto.c
@@ -24,6 +24,10 @@
24 * 24 *
25 */ 25 */
26 26
27#ifdef HAVE_CONFIG_H
28#include "config.h"
29#endif
30
27#include "net_crypto.h" 31#include "net_crypto.h"
28 32
29#define CONN_NO_CONNECTION 0 33#define CONN_NO_CONNECTION 0