mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
jam: Fix warning. Include missing header file.
Include header file for function prototypes hcache_init, hcache_done. Note that include order is important, i.e. include has to be placed after the lists.h and rules.h includes. Change-Id: Ic8a286662c8267bdfd19011b5ed8e825ee16d7ee Reviewed-on: https://review.haiku-os.org/c/buildtools/+/4396 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
parent
1456812988
commit
dcd0415ded
@ -57,6 +57,7 @@
|
|||||||
# include "variable.h"
|
# include "variable.h"
|
||||||
# include "rules.h"
|
# include "rules.h"
|
||||||
|
|
||||||
|
# include "hcache.h"
|
||||||
# include "search.h"
|
# include "search.h"
|
||||||
# include "newstr.h"
|
# include "newstr.h"
|
||||||
# include "make.h"
|
# include "make.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user