summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-18 00:37:45 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-18 17:10:15 +0100
commit6935643f9aca68c135161a4e3bf046cbd075000c (patch)
treec5ce6174304d16444021761b2f7a5d70fe9b8f1c /other/bootstrap_daemon/src
parent390fcb6c27b757b02c0e61776f920f32fcc77dcf (diff)
Fix some compiler warnings.
Diffstat (limited to 'other/bootstrap_daemon/src')
-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 1aa880ef..e045bb62 100644
--- a/other/bootstrap_daemon/src/tox-bootstrapd.c
+++ b/other/bootstrap_daemon/src/tox-bootstrapd.c
@@ -23,6 +23,7 @@
23 */ 23 */
24 24
25// system provided 25// system provided
26#include <sys/stat.h>
26#include <unistd.h> 27#include <unistd.h>
27 28
28// C 29// C