diff options
Diffstat (limited to 'common/log_syslog.c')
-rw-r--r-- | common/log_syslog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/log_syslog.c b/common/log_syslog.c index 5e3e20e8a4..698c585fa1 100644 --- a/common/log_syslog.c +++ b/common/log_syslog.c @@ -7,6 +7,7 @@ #include <common.h> #include <log.h> +#include <net.h> DECLARE_GLOBAL_DATA_PTR; |