--- strlcpy.c.orig	2008-12-02 04:17:32.000000000 +1100
+++ strlcpy.c	2022-10-19 17:51:26.000000000 +1100
@@ -27,6 +27,10 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #ifndef HAVE_STRLCPY
 
 #include <sys/types.h>
