spkg: Add string.h include in strlen.c
Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
@@ -12,9 +12,10 @@ CFILES = $(shell find . -name "*.c")
|
||||
OFILES = $(CFILES:.c=.o)
|
||||
DFILES = $(CFILES:.c=.d)
|
||||
|
||||
CFLAGS = \
|
||||
$(SYS_CFLAGS) \
|
||||
-MMD \
|
||||
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