summaryrefslogtreecommitdiff
path: root/src/libbio/bputrune.c
diff options
context:
space:
mode:
authorAnthony Martin <ality@pbrane.org>2013-12-09 18:39:58 -0500
committerAnthony Martin <ality@pbrane.org>2013-12-09 18:39:58 -0500
commitbc034b7d63040f413568495b7f82dd509b0d9e18 (patch)
tree21abea74d64e37072aab3053f2be620f2f0150ea /src/libbio/bputrune.c
parent356e4e5ee3fb5e48f50047b8212234777410aebc (diff)
downloadgo-bc034b7d63040f413568495b7f82dd509b0d9e18.tar.gz
build: do not use the host's libbio on Plan 9
R=jas, lucio.dere, rsc CC=golang-dev https://codereview.appspot.com/14604047 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/libbio/bputrune.c')
-rw-r--r--src/libbio/bputrune.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libbio/bputrune.c b/src/libbio/bputrune.c
index 7fe0e6569..0b4745ab4 100644
--- a/src/libbio/bputrune.c
+++ b/src/libbio/bputrune.c
@@ -26,7 +26,6 @@ THE SOFTWARE.
#include <u.h>
#include <libc.h>
#include <bio.h>
-#include <utf.h>
int
Bputrune(Biobuf *bp, long c)