Commit ea0bbcf85814cba68a68039e391ed8df51ea4a1e

Stefan Sperling 2019-07-15T13:24:12

fix idset_test build broken in 2256993b27260cd7860c34b47751dff21a7083a8

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/regress/idset/Makefile b/regress/idset/Makefile
index 3783d35..c668822 100644
--- a/regress/idset/Makefile
+++ b/regress/idset/Makefile
@@ -1,7 +1,8 @@
 .PATH:${.CURDIR}/../../lib
 
 PROG = idset_test
-SRCS = error.c sha1.c object_idset.c inflate.c object_parse.c idset_test.c
+SRCS = error.c sha1.c object_idset.c inflate.c path.c object_parse.c \
+	idset_test.c
 
 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
 LDADD = -lutil -lz