aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/tftp.c1
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 @@
53//usage: "\n -l Log to syslog (inetd mode requires this)" 53//usage: "\n -l Log to syslog (inetd mode requires this)"
54 54
55#include "libbb.h" 55#include "libbb.h"
56#include <syslog.h>
56 57
57#if ENABLE_FEATURE_TFTP_GET || ENABLE_FEATURE_TFTP_PUT 58#if ENABLE_FEATURE_TFTP_GET || ENABLE_FEATURE_TFTP_PUT
58 59