libcompat: Include missing <string.h> in strnlen module
commit7b6e42a137f4096c7189012724a50b08a988e7d3
authorGuillem Jover <guillem@debian.org>
Tue, 19 Mar 2024 23:49:17 +0000 (20 00:49 +0100)
committerGuillem Jover <guillem@debian.org>
Tue, 19 Mar 2024 23:51:26 +0000 (20 00:51 +0100)
tree5b7ebfd2ed1fab3c949f7c626a0b162d3535c94d
parent6a22037c2234f68cdd25a79b676d7a1536fe5519
libcompat: Include missing <string.h> in strnlen module

We need the header for the memchr() prototype.

Reported-by: Simon Richter <sjr@debian.org>
lib/compat/strnlen.c