mirror of https://github.com/golang/go.git
fix memset in fmtnull.
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=31863 CL=31870
This commit is contained in:
parent
9e2fa390da
commit
3913550110
|
|
@ -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"
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue