diff options
Diffstat (limited to 'gcc/ada/gnatcmd.adb')
-rw-r--r-- | gcc/ada/gnatcmd.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/gnatcmd.adb b/gcc/ada/gnatcmd.adb index 24ee7a10bed..87c8ced55bd 100644 --- a/gcc/ada/gnatcmd.adb +++ b/gcc/ada/gnatcmd.adb @@ -56,6 +56,7 @@ with Ada.Text_IO; use Ada.Text_IO; with GNAT.OS_Lib; use GNAT.OS_Lib; with VMS_Conv; use VMS_Conv; +with VMS_Cmds; use VMS_Cmds; procedure GNATCmd is Project_Node_Tree : Project_Node_Tree_Ref; |