diff options
| author | Michael Brown | 2007-01-19 02:13:12 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-19 02:13:12 +0100 |
| commit | 73b09ecba6dad0070e106a74eeed4bc388d60e02 (patch) | |
| tree | f5ca3d4de25238da546341f367b8e52acafce43e /src/core/malloc.c | |
| parent | Finally move the prototypes for printf() and friends to stdio.h (diff) | |
| download | ipxe-73b09ecba6dad0070e106a74eeed4bc388d60e02.tar.gz ipxe-73b09ecba6dad0070e106a74eeed4bc388d60e02.tar.xz ipxe-73b09ecba6dad0070e106a74eeed4bc388d60e02.zip | |
Use stdio.h instead of vsprintf.h
Diffstat (limited to 'src/core/malloc.c')
| -rw-r--r-- | src/core/malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/malloc.c b/src/core/malloc.c index 448080b4f..6dfdd632a 100644 --- a/src/core/malloc.c +++ b/src/core/malloc.c @@ -340,7 +340,7 @@ void mpopulate ( void *start, size_t len ) { } #if 0 -#include <vsprintf.h> +#include <stdio.h> /** * Dump free block list * |
