diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-11 05:24:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-11 05:24:58 +0200 |
commit | 88d3cfdb75b6da83f3552daceed803f0a29d0c9c (patch) | |
tree | 859830be05d155b3f4d629a03aa477cfde2c7262 /networking | |
parent | 532e961f7ec04d9490e11c16a9efac8aed4f0585 (diff) |
add forgotten #include
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/tftp.c | 1 |
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 |