diff --git a/src/bin/Jamfile b/src/bin/Jamfile index 26b07c7898..b4f14890e8 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -68,6 +68,9 @@ StdBinCommands } # standard commands that need libncurses.a +Includes [ FGristFiles top.c watch.c ] + : [ BuildFeatureAttribute ncurses : headers ] ; + StdBinCommands top.c watch.c