compiler: include "go-system.h" in escape.cc
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 4 Aug 2016 16:23:09 +0000 (16:23 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 4 Aug 2016 16:23:09 +0000 (16:23 +0000)
    Patch from Rainer Orth.

    Reviewed-on: https://go-review.googlesource.com/25466

From-SVN: r239140

gcc/go/gofrontend/MERGE
gcc/go/gofrontend/escape.cc

index ba99743f8d2c73093b55ecef5f7f33995493c28c..6221a249252cec0bb39a3db6ffa2d93db2f94bf4 100644 (file)
@@ -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.
index dfe6eb230fc37eb75d0218f5ee713b917ee89a39..433477eec3bdac70241e2796ac600a084688b394 100644 (file)
@@ -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 <limits>
 #include <stack>
 #include <sstream>