summaryrefslogtreecommitdiff
path: root/src/lib9/run_plan9.c
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2014-02-13 20:06:41 +0100
committerDavid du Colombier <0intro@gmail.com>2014-02-13 20:06:41 +0100
commita8db5dfa980737f696743c83759b96a3c7b5eb99 (patch)
tree091dee81873809770522081f49d59a26e8d85256 /src/lib9/run_plan9.c
parenta2e04d1583c488aa22dcc4c7bc84841134cdf7db (diff)
downloadgo-a8db5dfa980737f696743c83759b96a3c7b5eb99.tar.gz
lib9: enable on Plan 9
This change depends on CL 57170052. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://codereview.appspot.com/60840049
Diffstat (limited to 'src/lib9/run_plan9.c')
-rw-r--r--src/lib9/run_plan9.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib9/run_plan9.c b/src/lib9/run_plan9.c
index cd85652f7..29932626d 100644
--- a/src/lib9/run_plan9.c
+++ b/src/lib9/run_plan9.c
@@ -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
+
#include <u.h>
#include <libc.h>