Use stdio.h instead of vsprintf.h

This commit is contained in:
Michael Brown
2007-01-19 01:13:12 +00:00
parent 06475f7b69
commit 73b09ecba6
45 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <vsprintf.h>
#include <stdio.h>
#include <gpxe/netdevice.h>
#include <gpxe/ip.h>
#include <usr/route.h>