Commit c5e474dd authored by Russ Cox's avatar Russ Cox

5l: fix build

R=ken2
CC=golang-dev
https://golang.org/cl/4279053
parent e6f3aa6c
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#define EXTERN #define EXTERN
#include "l.h" #include "l.h"
#include "../ld/lib.h"
// Software floating point. // Software floating point.
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
// THE SOFTWARE. // THE SOFTWARE.
#include "l.h" #include "l.h"
#include "../ld/lib.h"
static int32 thumboprr(int); static int32 thumboprr(int);
static int32 thumboprrr(int, int); static int32 thumboprrr(int, int);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment