diff options
Diffstat (limited to 'ld/emultempl/nds32elf.em')
-rw-r--r-- | ld/emultempl/nds32elf.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/nds32elf.em b/ld/emultempl/nds32elf.em index 0ebdec9..b00b774 100644 --- a/ld/emultempl/nds32elf.em +++ b/ld/emultempl/nds32elf.em @@ -24,7 +24,7 @@ fragment <<EOF #include "elf-bfd.h" #include "elf/nds32.h" -#include "bfd_stdint.h" +#include <stdint.h> #include "elf32-nds32.h" static int relax_fp_as_gp = 1; /* --mrelax-omit-fp */ |