diff options
Diffstat (limited to 'src/pkg/math/log10_386.s')
-rw-r--r-- | src/pkg/math/log10_386.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/log10_386.s b/src/pkg/math/log10_386.s index 4ae069da6..2897f3c15 100644 --- a/src/pkg/math/log10_386.s +++ b/src/pkg/math/log10_386.s @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -#include "../../cmd/ld/textflag.h" +#include "textflag.h" // func Log10(x float64) float64 TEXT ·Log10(SB),NOSPLIT,$0 |