From 4f0a8b6815dc3b14c01ae1c10366b32ec511f91a Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 4 Aug 2022 19:11:07 +0200 Subject: [PATCH] Added missing include file --- mxml.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/mxml.cxx b/mxml.cxx index c43f380..426bd0e 100644 --- a/mxml.cxx +++ b/mxml.cxx @@ -93,6 +93,7 @@ #endif #include "mxml.h" +#include "strlcpy.h" #define XML_INDENT " "