diff options
author | Russ Cox <rsc@golang.org> | 2009-10-22 10:59:27 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-10-22 10:59:27 -0700 |
commit | 00566bd55e051f071d37993abf2a69138acfae24 (patch) | |
tree | 01fd443235fa4e5b53bfcc3ab6995fa47764a34c /src/lib9/fmt/fmtnull.c | |
parent | 7910b1d5baaa3c1e8e20b975bf50e3617d6b82eb (diff) | |
download | golang-00566bd55e051f071d37993abf2a69138acfae24.tar.gz |
fix build after Mercurial move.
various missing or incorrect files.
R=r
CC=go-dev
http://go/go-review/1014004
Diffstat (limited to 'src/lib9/fmt/fmtnull.c')
-rw-r--r-- | src/lib9/fmt/fmtnull.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib9/fmt/fmtnull.c b/src/lib9/fmt/fmtnull.c index dbbf02f9d..b8caacbf7 100644 --- a/src/lib9/fmt/fmtnull.c +++ b/src/lib9/fmt/fmtnull.c @@ -16,11 +16,8 @@ * THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. */ -/* Copyright (c) 2004 Google Inc.; see LICENSE */ -#include <stdarg.h> -#include <string.h> -#include "plan9.h" -#include "fmt.h" +#include <u.h> +#include <libc.h> #include "fmtdef.h" /* |