From: Denys Vlasenko Date: Mon, 11 Apr 2011 03:24:58 +0000 (+0200) Subject: add forgotten #include X-Git-Tag: 1_19_0~180 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=88d3cfdb75b6da83f3552daceed803f0a29d0c9c;p=oweals%2Fbusybox.git add forgotten #include Signed-off-by: Denys Vlasenko --- 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 #if ENABLE_FEATURE_TFTP_GET || ENABLE_FEATURE_TFTP_PUT