]> Cypherpunks repositories - gostls13.git/commitdiff
5l: fix build
authorRuss Cox <rsc@golang.org>
Mon, 14 Mar 2011 19:43:58 +0000 (15:43 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 14 Mar 2011 19:43:58 +0000 (15:43 -0400)
R=ken2
CC=golang-dev
https://golang.org/cl/4279053

src/cmd/5l/softfloat.c
src/cmd/5l/thumb.c

index fd66b09699dd8b7e5634512ff785ac1fea137115..03d8c6d26223df5cf01707b45022dab5598807d8 100644 (file)
@@ -4,6 +4,7 @@
 
 #define        EXTERN
 #include       "l.h"
+#include       "../ld/lib.h"
 
 // Software floating point.
 
index b2ba630c39308a34be9b8697f7501b11abbd7535..a6f729bed7ce6dfd9a3b70a7a7d3de102c3b9f18 100644 (file)
@@ -29,6 +29,7 @@
 // THE SOFTWARE.
 
 #include "l.h"
+#include "../ld/lib.h"
 
 static int32 thumboprr(int);
 static int32 thumboprrr(int, int);