diff options
Diffstat (limited to 'src/lib9/ctime.c')
-rw-r--r-- | src/lib9/ctime.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib9/ctime.c b/src/lib9/ctime.c index 6317b594b..e16ad4a5e 100644 --- a/src/lib9/ctime.c +++ b/src/lib9/ctime.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 + #define NOPLAN9DEFINES #include <u.h> #include <libc.h> |