aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-03-14 15:43:58 -0400
committerRuss Cox <rsc@golang.org>2011-03-14 15:43:58 -0400
commitc5e474dd88c464160d7d09cbf2bfff492480c408 (patch)
tree93ef5166eb03590e882322bb1f715bf17beb9d14
parente6f3aa6c36aecbe48f278829827a30763067ed28 (diff)
downloadgo-c5e474dd88c464160d7d09cbf2bfff492480c408.tar.gz
go-c5e474dd88c464160d7d09cbf2bfff492480c408.zip
5l: fix build
R=ken2 CC=golang-dev https://golang.org/cl/4279053
-rw-r--r--src/cmd/5l/softfloat.c1
-rw-r--r--src/cmd/5l/thumb.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/5l/softfloat.c b/src/cmd/5l/softfloat.c
index fd66b09699..03d8c6d262 100644
--- a/src/cmd/5l/softfloat.c
+++ b/src/cmd/5l/softfloat.c
@@ -4,6 +4,7 @@
#define EXTERN
#include "l.h"
+#include "../ld/lib.h"
// Software floating point.
diff --git a/src/cmd/5l/thumb.c b/src/cmd/5l/thumb.c
index b2ba630c39..a6f729bed7 100644
--- a/src/cmd/5l/thumb.c
+++ b/src/cmd/5l/thumb.c
@@ -29,6 +29,7 @@
// THE SOFTWARE.
#include "l.h"
+#include "../ld/lib.h"
static int32 thumboprr(int);
static int32 thumboprrr(int, int);