diff options
Diffstat (limited to 'gcc/go/go-system.h')
-rw-r--r-- | gcc/go/go-system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/go/go-system.h b/gcc/go/go-system.h index e56952d..75f3925 100644 --- a/gcc/go/go-system.h +++ b/gcc/go/go-system.h @@ -1,5 +1,5 @@ // go-system.h -- Go frontend inclusion of gcc header files -*- C++ -*- -// Copyright (C) 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. // This file is part of GCC. @@ -145,6 +145,7 @@ extern "C" #include "diagnostic-core.h" /* For error_at and friends. */ #include "input.h" /* For source_location. */ +#include "intl.h" /* For _(). */ #ifndef ENABLE_BUILD_WITH_CXX } // End extern "C" |