From: Russ Cox Date: Mon, 14 Mar 2011 19:43:58 +0000 (-0400) Subject: 5l: fix build X-Git-Tag: weekly.2011-03-15~21 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c5e474dd88c464160d7d09cbf2bfff492480c408;p=gostls13.git 5l: fix build R=ken2 CC=golang-dev https://golang.org/cl/4279053 --- 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);