summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-07-20 13:37:35 -0700
committerRuss Cox <rsc@golang.org>2009-07-20 13:37:35 -0700
commit0e8e13fcc85cfa5f44331268df9754eb066818d6 (patch)
treefa779cb0f40b6da5bf7a6b2b8575ffe23a85dbe8 /src
parent9a94800cd0fa25d17c033152f80583501dd9c485 (diff)
downloadgo-0e8e13fcc85cfa5f44331268df9754eb066818d6.tar.gz
fix memset in fmtnull.
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=31863 CL=31870
Diffstat (limited to 'src')
-rw-r--r--src/lib9/fmt/fmtnull.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib9/fmt/fmtnull.c b/src/lib9/fmt/fmtnull.c
index b8caacbf7..dbbf02f9d 100644
--- a/src/lib9/fmt/fmtnull.c
+++ b/src/lib9/fmt/fmtnull.c
@@ -16,8 +16,11 @@
* THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/
-#include <u.h>
-#include <libc.h>
+/* Copyright (c) 2004 Google Inc.; see LICENSE */
+#include <stdarg.h>
+#include <string.h>
+#include "plan9.h"
+#include "fmt.h"
#include "fmtdef.h"
/*