diff options
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/pe.em | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index bd6c580..99c40ab 100644 --- a/ld/emultempl/pe.em +++ b/ld/emultempl/pe.em @@ -52,6 +52,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "deffile.h" #include "pe-dll.h" +#include <ctype.h> + #define TARGET_IS_${EMULATION_NAME} /* Permit the emulation parameters to override the default section |