[git commit] add forgotten #include

Denys Vlasenko vda.linux at googlemail.com
Mon Apr 11 03:24:58 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=88d3cfdb75b6da83f3552daceed803f0a29d0c9c
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/tftp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/networking/tftp.c b/networking/tftp.c
index 9080c44..6484410 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
 
-- 
1.7.3.4



More information about the busybox-cvs mailing list