summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorSean <sean@tox.im>2014-01-25 19:49:37 -0800
committerSean <sean@tox.im>2014-01-25 19:49:37 -0800
commit460e52c42696a0de8cbe5b86f67f7cab0d8cf95a (patch)
tree957fb543c3ecdf7b07775181d185a320cc41517c /toxcore
parentb14fd4fe719f8ef0e2478f38fd45bd425b77edd0 (diff)
missing #endif
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index ae2cb081..2ba2b005 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -91,6 +91,7 @@ typedef int sock_t;
91#else 91#else
92#define __MAKECONTEXT_V2_SOURCE 1 92#define __MAKECONTEXT_V2_SOURCE 1
93#endif 93#endif
94#endif
94 95
95#ifndef VANILLA_NACL 96#ifndef VANILLA_NACL
96/* We use libsodium by default. */ 97/* We use libsodium by default. */