spkg: Add string.h include in strlen.c
Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
@@ -15,6 +15,7 @@ DFILES = $(CFILES:.c=.d)
|
||||
CFLAGS = \
|
||||
$(SYS_CFLAGS) \
|
||||
-MMD \
|
||||
-I$(PT_PROJECT_ROOT)/service/spkg/head \
|
||||
-I$(PT_PROJECT_ROOT)/sdk/head
|
||||
|
||||
.PHONY: all
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <ptdef.h>
|
||||
#include <string.h>
|
||||
|
||||
USIZE
|
||||
RtlStrLen(const CHAR *String)
|
||||
|
||||
Reference in New Issue
Block a user