diff options
author | Marty Connor <mdc@etherboot.org> | 2006-09-27 05:57:06 +0000 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2006-09-27 05:57:06 +0000 |
commit | 6ac78f6aff85b2a41d1c98011c41f622d569076a (patch) | |
tree | 04afe77db724f594b006504ccddd2b6464fd2c4b /src/drivers/bus/pciextra.c | |
parent | 1da4faa8960f18f9a1c17a5b8f6227b2efd3f57f (diff) | |
download | ipxe-6ac78f6aff85b2a41d1c98011c41f622d569076a.tar.gz |
added stdio.h to includes for DBG compilation
Diffstat (limited to 'src/drivers/bus/pciextra.c')
-rw-r--r-- | src/drivers/bus/pciextra.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |