From 0f9338e0fd6093a34ad8d62cde60bf78462ba387 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 7 Oct 2019 14:59:50 +0100 Subject: Linux: Fix compile --- compat/strlcpy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat/strlcpy.h b/compat/strlcpy.h index 2131cde..8b02f45 100644 --- a/compat/strlcpy.h +++ b/compat/strlcpy.h @@ -19,6 +19,8 @@ #ifndef STRLCPY_H #define STRLCPY_H +#include + size_t strlcpy(char *, const char *, size_t); #endif -- cgit v1.2.3