diff options
Diffstat (limited to 'gcc/ada/s-arit64.adb')
-rw-r--r-- | gcc/ada/s-arit64.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-arit64.adb b/gcc/ada/s-arit64.adb index 6d2790f1959..6efaa12a9d7 100644 --- a/gcc/ada/s-arit64.adb +++ b/gcc/ada/s-arit64.adb @@ -31,7 +31,7 @@ -- -- ------------------------------------------------------------------------------ -with GNAT.Exceptions; use GNAT.Exceptions; +with System.Pure_Exceptions; use System.Pure_Exceptions; with Interfaces; use Interfaces; with Unchecked_Conversion; |