From 7a62db9787f6a65e3057cab68e8453ca58716a1b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 4 Aug 2016 16:23:09 +0000 Subject: [PATCH] compiler: include "go-system.h" in escape.cc Patch from Rainer Orth. Reviewed-on: https://go-review.googlesource.com/25466 From-SVN: r239140 --- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/escape.cc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index ba99743f8d2..6221a249252 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -4ba387176e8a826dd5dd6cad4caa2f93434d0b14 +ca5b64137f013e3104fd74ee7d07ba556a501187 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. diff --git a/gcc/go/gofrontend/escape.cc b/gcc/go/gofrontend/escape.cc index dfe6eb230fc..433477eec3b 100644 --- a/gcc/go/gofrontend/escape.cc +++ b/gcc/go/gofrontend/escape.cc @@ -4,6 +4,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +#include "go-system.h" + #include #include #include -- 2.30.2