diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-01-19 01:13:12 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-01-19 01:13:12 +0000 |
commit | 73b09ecba6dad0070e106a74eeed4bc388d60e02 (patch) | |
tree | f5ca3d4de25238da546341f367b8e52acafce43e /src/hci/commands/route_cmd.c | |
parent | 06475f7b69dc15551d41f6eb3b20409a8a1f34c6 (diff) | |
download | ipxe-73b09ecba6dad0070e106a74eeed4bc388d60e02.tar.gz |
Use stdio.h instead of vsprintf.h
Diffstat (limited to 'src/hci/commands/route_cmd.c')
-rw-r--r-- | src/hci/commands/route_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/commands/route_cmd.c b/src/hci/commands/route_cmd.c index 2e9de562f..227682cb4 100644 --- a/src/hci/commands/route_cmd.c +++ b/src/hci/commands/route_cmd.c @@ -16,8 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <stdio.h> #include <getopt.h> -#include <vsprintf.h> #include <gpxe/command.h> #include <usr/route.h> |