Skip to content

Commit 39cb644

Browse files
ldv-altgitster
authored andcommitted
Makefile: add thread-utils.h to LIB_H
Starting with commit v1.7.8-165-g0579f91, grep.h includes thread-utils.h, so the latter has to be added to LIB_H. Signed-off-by: Dmitry V. Levin <ldv@altlinux.org> Acked-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d0482e8 commit 39cb644

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ LIB_H += streaming.h
576576
LIB_H += string-list.h
577577
LIB_H += submodule.h
578578
LIB_H += tag.h
579+
LIB_H += thread-utils.h
579580
LIB_H += transport.h
580581
LIB_H += tree.h
581582
LIB_H += tree-walk.h

0 commit comments

Comments
 (0)