diff --git a/applications/fpchess/fpchess.lpi b/applications/fpchess/fpchess.lpi index 9e3d8b5b6..629f68232 100644 --- a/applications/fpchess/fpchess.lpi +++ b/applications/fpchess/fpchess.lpi @@ -68,7 +68,7 @@ - + @@ -156,6 +156,16 @@ + + + + + + + + + + diff --git a/applications/fpchess/fpchess.lpr b/applications/fpchess/fpchess.lpr index ae24188cd..558a9f8c7 100644 --- a/applications/fpchess/fpchess.lpr +++ b/applications/fpchess/fpchess.lpr @@ -9,7 +9,7 @@ uses Interfaces, // this includes the LCL widgetset Forms, lnetbase, mainform, chessdrawer, chessgame, chessconfig, chesstcputils, chessmodules, mod_samecomputer, mod_fics, mod_kcchess, -selectPromotionPiece, ltelnetex +selectPromotionPiece, ltelnetex, winboardConn, mod_winboard {$ifdef FPCHESS_WEBSERVICES} ,IDelphiChess_Intf {$endif};