aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/json_utils.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/json_utils.ads')
-rw-r--r--gcc/ada/json_utils.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/json_utils.ads b/gcc/ada/json_utils.ads
index b251def..7a8251c 100644
--- a/gcc/ada/json_utils.ads
+++ b/gcc/ada/json_utils.ads
@@ -2,7 +2,7 @@
-- --
-- GNAT COMPILER COMPONENTS --
-- --
--- D I A G N O S T I C S . J S O N _ U T I L S --
+-- J S O N _ U T I L S --
-- --
-- S p e c --
-- --
@@ -22,6 +22,7 @@
-- Extensive contributions were provided by Ada Core Technologies Inc. --
-- --
------------------------------------------------------------------------------
+
with Types; use Types;
package JSON_Utils is