summaryrefslogtreecommitdiff
path: root/toxcore/LAN_discovery.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-06 14:09:47 -0700
committerirungentoo <irungentoo@gmail.com>2013-09-06 14:09:47 -0700
commit4444494b65265ea74aec9361c4f188f7a3b87f32 (patch)
tree8732ff254fa4fa157e1752e3ec1f6a0dfb01b251 /toxcore/LAN_discovery.c
parent64570a1b12d308449aa0d688f7f513847d1dc0f7 (diff)
parente092eee869ee4bb78974985321b55a3235c32b4d (diff)
Merge pull request #562 from jin-eld/nacl
Allow to build vs nacl instead of libsodium
Diffstat (limited to 'toxcore/LAN_discovery.c')
-rw-r--r--toxcore/LAN_discovery.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/toxcore/LAN_discovery.c b/toxcore/LAN_discovery.c
index 06e5a677..1980cd93 100644
--- a/toxcore/LAN_discovery.c
+++ b/toxcore/LAN_discovery.c
@@ -21,6 +21,10 @@
21 * 21 *
22 */ 22 */
23 23
24#ifdef HAVE_CONFIG_H
25#include "config.h"
26#endif
27
24#include "LAN_discovery.h" 28#include "LAN_discovery.h"
25 29
26#define MAX_INTERFACES 16 30#define MAX_INTERFACES 16