added missing include

This commit is contained in:
Frank Morgner 2017-10-27 08:06:20 +02:00
parent 594e125f06
commit 5bd4716ea0
1 changed files with 1 additions and 0 deletions

View File

@ -32,5 +32,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef HAVE_STRLCPY
#include <stddef.h>
size_t strlcpy(char *dst, const char *src, size_t siz);
#endif