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/hci/commands/image_cmd.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/hci/commands/image_cmd.c')
| -rw-r--r-- | src/hci/commands/image_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/commands/image_cmd.c b/src/hci/commands/image_cmd.c index 900886ff2..98de50e25 100644 --- a/src/hci/commands/image_cmd.c +++ b/src/hci/commands/image_cmd.c @@ -18,10 +18,10 @@ #include <stdint.h> #include <stdlib.h> +#include <stdio.h> #include <errno.h> #include <libgen.h> #include <getopt.h> -#include <vsprintf.h> #include <gpxe/image.h> #include <gpxe/command.h> #include <gpxe/initrd.h> |
