summaryrefslogtreecommitdiff
path: root/src/pkg/os/str.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/os/str.go')
-rw-r--r--src/pkg/os/str.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/os/str.go b/src/pkg/os/str.go
index 8dc9e4747..e3606b61e 100644
--- a/src/pkg/os/str.go
+++ b/src/pkg/os/str.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build plan9
+
package os
func itoa(val int) string { // do it here rather than with fmt to avoid dependency