summaryrefslogtreecommitdiffstats
path: root/src/net/udp/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/udp/syslog.c')
-rw-r--r--src/net/udp/syslog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/udp/syslog.c b/src/net/udp/syslog.c
index a45fc459d..07ab3ed0c 100644
--- a/src/net/udp/syslog.c
+++ b/src/net/udp/syslog.c
@@ -22,6 +22,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
/** @file
*
@@ -31,6 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <stdint.h>
#include <stdlib.h>
+#include <string.h>
#include <ctype.h>
#include <byteswap.h>
#include <ipxe/xfer.h>