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
@@ -15,6 +15,7 @@ DFILES = $(CFILES:.c=.d)
CFLAGS = \ CFLAGS = \
$(SYS_CFLAGS) \ $(SYS_CFLAGS) \
-MMD \ -MMD \
-I$(PT_PROJECT_ROOT)/service/spkg/head \
-I$(PT_PROJECT_ROOT)/sdk/head -I$(PT_PROJECT_ROOT)/sdk/head
.PHONY: all .PHONY: all
+1
View File
@@ -7,6 +7,7 @@
*/ */
#include <ptdef.h> #include <ptdef.h>
#include <string.h>
USIZE USIZE
RtlStrLen(const CHAR *String) RtlStrLen(const CHAR *String)