added stdio.h to includes for DBG compilation

This commit is contained in:
Marty Connor
2006-09-27 05:57:06 +00:00
parent 1da4faa896
commit 6ac78f6aff
27 changed files with 32 additions and 4 deletions

View File

@@ -22,6 +22,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <stdio.h>
#include "pxe.h"
/* PXENV_UNDI_LOADER

View File

@@ -22,6 +22,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <stdio.h>
#include "pxe.h"
static int pxe_tftp_read_block ( unsigned char *data, unsigned int block,

View File

@@ -4,6 +4,7 @@
*
*/
#include <stdio.h>
#include <string.h>
#include <byteswap.h>
#include <gpxe/udp.h>

View File

@@ -22,6 +22,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <stdio.h>
#include "pxe.h"
/* PXENV_UNDI_STARTUP