summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarza <arza@arza.us>2016-09-19 05:03:38 +0300
committerarza <arza@arza.us>2016-09-19 05:03:38 +0300
commit3df21424bb2633fb770419de3242b3235351abb2 (patch)
tree5ef195e644434a4f8441b89da210713408a4b5cf
parente6af3a7825e8307a501bc7c3e7b1ff323f081870 (diff)
Included sys/stat.h.
-rw-r--r--other/bootstrap_daemon/src/tox-bootstrapd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/bootstrap_daemon/src/tox-bootstrapd.c b/other/bootstrap_daemon/src/tox-bootstrapd.c
index 27a910f3..86bf1ddb 100644
--- a/other/bootstrap_daemon/src/tox-bootstrapd.c
+++ b/other/bootstrap_daemon/src/tox-bootstrapd.c
@@ -29,6 +29,7 @@
29#include <stdio.h> 29#include <stdio.h>
30#include <stdlib.h> 30#include <stdlib.h>
31#include <string.h> 31#include <string.h>
32#include <sys/stat.h>
32 33
33// toxcore 34// toxcore
34#include "../../../toxcore/LAN_discovery.h" 35#include "../../../toxcore/LAN_discovery.h"