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)
|
OFILES = $(CFILES:.c=.o)
|
||||||
DFILES = $(CFILES:.c=.d)
|
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
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ptdef.h>
|
#include <ptdef.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
USIZE
|
USIZE
|
||||||
RtlStrLen(const CHAR *String)
|
RtlStrLen(const CHAR *String)
|
||||||
|
|||||||
Reference in New Issue
Block a user