]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Declare time_t uniformly based on a system parameter #2
authorArnaud Charlet <charlet@adacore.com>
Sun, 25 Jul 2021 13:23:44 +0000 (09:23 -0400)
committerArnaud Charlet <charlet@adacore.com>
Sun, 25 Jul 2021 13:23:44 +0000 (09:23 -0400)
gcc/ada/

* libgnat/s-osprim__x32.adb: Add missing with clause.

gcc/ada/libgnat/s-osprim__x32.adb

index d3c922c8f38421eda560d85e0a7b0a4fcfe24551..9dc1ba938f4bc1b1bdf999a7734e467a211f3c6e 100644 (file)
@@ -31,6 +31,8 @@
 
 --  This version is for Linux/x32
 
+with System.Parameters;
+
 package body System.OS_Primitives is
 
    --  ??? These definitions are duplicated from System.OS_Interface