From 50c620cad98f9cef1faec12179ed03664f916e5c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 1 Mar 2017 11:25:49 +0100 Subject: [PATCH] * config/nvptx/nvptx.c: Include intl.h. From-SVN: r245806 --- gcc/ChangeLog | 4 ++++ gcc/config/nvptx/nvptx.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 087e4cf3b54..d36db0ed404 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-03-01 Jakub Jelinek + + * config/nvptx/nvptx.c: Include intl.h. + 2017-03-01 Martin Jambor PR lto/78140 diff --git a/gcc/config/nvptx/nvptx.c b/gcc/config/nvptx/nvptx.c index b6899221eb3..647855c2cfe 100644 --- a/gcc/config/nvptx/nvptx.c +++ b/gcc/config/nvptx/nvptx.c @@ -69,6 +69,7 @@ #include "tree-phinodes.h" #include "cfgloop.h" #include "fold-const.h" +#include "intl.h" /* This file should be included last. */ #include "target-def.h" -- 2.30.2