]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix build failure for Windows platforms
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 13 Feb 2026 20:21:41 +0000 (21:21 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 26 May 2026 08:38:26 +0000 (10:38 +0200)
gcc/ada/ChangeLog:

* libgnarl/s-interr__sigaction.adb: Add with clause for
System.OS_Interface.

gcc/ada/libgnarl/s-interr__sigaction.adb

index fa8ececdf0a097b22bd6703ce1d16c679ae80b23..9c6a9cf496528a5e4e3f577e3c600ed14c93e61d 100644 (file)
@@ -36,6 +36,7 @@ with Ada.Unchecked_Conversion;
 
 with Interfaces.C;
 
+with System.OS_Interface;
 with System.Storage_Elements;
 with System.Task_Primitives.Operations;
 with System.Tasking.Utilities;