Commit 5e2a74fc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added strtok.c as a source file

parent 813d7585
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -55,7 +55,8 @@ SOURCES = \
	getinfo.c \
	version.c \
	easy.c \
	strequal.c
	strequal.c \
	strtok.c

OBJECTS = $(SOURCES:.c=.obj)