From 88d3cfdb75b6da83f3552daceed803f0a29d0c9c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 11 Apr 2011 05:24:58 +0200 Subject: add forgotten #include Signed-off-by: Denys Vlasenko --- networking/tftp.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3