aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-04-11 05:24:58 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-04-11 05:24:58 +0200
commit88d3cfdb75b6da83f3552daceed803f0a29d0c9c (patch)
tree859830be05d155b3f4d629a03aa477cfde2c7262 /networking/tftp.c
parent532e961f7ec04d9490e11c16a9efac8aed4f0585 (diff)
downloadbusybox-88d3cfdb75b6da83f3552daceed803f0a29d0c9c.tar.gz
add forgotten #include
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/tftp.c')
-rw-r--r--networking/tftp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/tftp.c b/networking/tftp.c
index 9080c442f..648441016 100644
--- a/networking/tftp.c
+++ b/networking/tftp.c
@@ -53,6 +53,7 @@
//usage: "\n -l Log to syslog (inetd mode requires this)"
#include "libbb.h"
+#include <syslog.h>
#if ENABLE_FEATURE_TFTP_GET || ENABLE_FEATURE_TFTP_PUT