diff options
Diffstat (limited to 'src/lib9/errstr.c')
-rw-r--r-- | src/lib9/errstr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib9/errstr.c b/src/lib9/errstr.c index f42f2b538..9d919755d 100644 --- a/src/lib9/errstr.c +++ b/src/lib9/errstr.c @@ -1,3 +1,5 @@ +// +build !plan9 + /* Plan 9 from User Space src/lib9/errstr.c http://code.swtch.com/plan9port/src/tip/src/lib9/errstr.c @@ -32,7 +34,6 @@ THE SOFTWARE. #include <u.h> #include <errno.h> -#include <string.h> #include <libc.h> enum |