[Ada] Add sys/time.h #include for QNX
authorCorentin Gay <gay@adacore.com>
Tue, 7 Sep 2021 12:18:06 +0000 (14:18 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 5 Oct 2021 08:20:05 +0000 (08:20 +0000)
gcc/ada/

* adaint.c (QNX): Add #include for sys/time.h.

gcc/ada/adaint.c

index d4445f0..60cfa93 100644 (file)
@@ -98,6 +98,7 @@
 
 #ifdef __QNX__
 #include <sys/syspage.h>
+#include <sys/time.h>
 #endif
 
 #ifdef IN_RTS