spkg: Add string.h include in strlen.c

Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
2026-07-10 03:46:32 +00:00
parent e91183bd84
commit 9231fd5aef
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@
*/
#include <ptdef.h>
#include <string.h>
USIZE
RtlStrLen(const CHAR *String)