Skip to content

Commit 0b6f11b

Browse files
committed
Fix remaining include paths
1 parent 9041b78 commit 0b6f11b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flang-rt/lib/runtime/__fortran_ieee_exceptions.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
! here under another name so that IEEE_ARITHMETIC can USE it and export its
1212
! declarations without clashing with a non-intrinsic module in a program.
1313

14-
#include '../include/flang/Runtime/magic-numbers.h'
14+
#include '../../../flang/include/flang/Runtime/magic-numbers.h'
1515

1616
module __fortran_ieee_exceptions
1717
use __fortran_builtins, only: &

flang-rt/lib/runtime/iso_fortran_env.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
! See Fortran 2023, subclause 16.10.2
1010

11-
#include '../include/flang/Runtime/magic-numbers.h'
11+
#include '../../../flang/include/flang/Runtime/magic-numbers.h'
1212

1313
module iso_fortran_env
1414

0 commit comments

Comments
 (0)