From 0cb144ff8c2f8884a1fa611187d0d486c1df7dfe Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 20 Jul 2009 13:37:35 -0700 Subject: fix memset in fmtnull. R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=31863 CL=31870 --- src/lib9/fmt/fmtnull.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/lib9') 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 -#include +/* Copyright (c) 2004 Google Inc.; see LICENSE */ +#include +#include +#include "plan9.h" +#include "fmt.h" #include "fmtdef.h" /* -- cgit v1.2.3