projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
532e961
)
add forgotten #include
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 11 Apr 2011 03:24:58 +0000
(
05:24
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 11 Apr 2011 03:24:58 +0000
(
05:24
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/tftp.c
patch
|
blob
|
history
diff --git
a/networking/tftp.c
b/networking/tftp.c
index 9080c442f34f60359f458be986809b87990811e4..6484410167983974c5ef5a3e1435ad68e39d06f0 100644
(file)
--- 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