Skip to content

Commit 7b030ed

Browse files
godunkoeliericha
authored andcommitted
Add dependency from vss_os.gpr
(cherry picked from commit 163e295)
1 parent 6e0aeef commit 7b030ed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

gnat/lsp_server.gpr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2018-2024, AdaCore
2+
-- Copyright (C) 2018-2025, AdaCore
33
--
44
-- SPDX-License-Identifier: Apache-2.0
55
--
@@ -12,6 +12,7 @@ with "ada_libfswatch.gpr";
1212
with "libgnatdoc.gpr";
1313
with "spawn.gpr";
1414
with "gnatformat.gpr";
15+
with "vss_os.gpr";
1516
with "xdiff.gpr";
1617

1718
with "lsp_3_17";

gnat/tester.gpr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- Language Server Protocol --
33
-- --
4-
-- Copyright (C) 2018, AdaCore --
4+
-- Copyright (C) 2018-2025, AdaCore --
55
-- --
66
-- This is free software; you can redistribute it and/or modify it under --
77
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -17,6 +17,7 @@
1717

1818
with "lsp_client";
1919
with "gnatcoll";
20+
with "vss_os.gpr";
2021

2122
project Tester is
2223

0 commit comments

Comments
 (0)