diff options
| author | Marty Connor | 2006-09-27 07:57:06 +0200 |
|---|---|---|
| committer | Marty Connor | 2006-09-27 07:57:06 +0200 |
| commit | 6ac78f6aff85b2a41d1c98011c41f622d569076a (patch) | |
| tree | 04afe77db724f594b006504ccddd2b6464fd2c4b /src/drivers/bus | |
| parent | include stdio.h to suppress printf warning, general warnings fixups (diff) | |
| download | ipxe-6ac78f6aff85b2a41d1c98011c41f622d569076a.tar.gz ipxe-6ac78f6aff85b2a41d1c98011c41f622d569076a.tar.xz ipxe-6ac78f6aff85b2a41d1c98011c41f622d569076a.zip | |
added stdio.h to includes for DBG compilation
Diffstat (limited to 'src/drivers/bus')
| -rw-r--r-- | src/drivers/bus/pci.c | 1 | ||||
| -rw-r--r-- | src/drivers/bus/pciextra.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/bus/pci.c b/src/drivers/bus/pci.c index 222f3eeab..6f72bb90d 100644 --- a/src/drivers/bus/pci.c +++ b/src/drivers/bus/pci.c @@ -19,6 +19,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <stdio.h> #include <stdint.h> #include <string.h> #include <errno.h> diff --git a/src/drivers/bus/pciextra.c b/src/drivers/bus/pciextra.c index 4603bcb9a..5d8150005 100644 --- a/src/drivers/bus/pciextra.c +++ b/src/drivers/bus/pciextra.c @@ -1,3 +1,4 @@ +#include <stdio.h> #include <stdint.h> #include <gpxe/pci.h> |
