diff options
Diffstat (limited to 'gcc/ada/a-calend.adb')
-rw-r--r-- | gcc/ada/a-calend.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/a-calend.adb b/gcc/ada/a-calend.adb index 0ed5455f5b9..c0180e4e995 100644 --- a/gcc/ada/a-calend.adb +++ b/gcc/ada/a-calend.adb @@ -476,4 +476,6 @@ package body Ada.Calendar is return DY; end Year; +begin + System.OS_Primitives.Initialize; end Ada.Calendar; |