diff options
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/device_util.c | 1 | ||||
-rw-r--r-- | src/device/pci_rom.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/device/device_util.c b/src/device/device_util.c index 5d620202ea..6a4577026c 100644 --- a/src/device/device_util.c +++ b/src/device/device_util.c @@ -4,6 +4,7 @@ #include <console/console.h> #include <device/device.h> #include <device/pci_def.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> #include <types.h> diff --git a/src/device/pci_rom.c b/src/device/pci_rom.c index 7679552c59..d60720eb49 100644 --- a/src/device/pci_rom.c +++ b/src/device/pci_rom.c @@ -6,6 +6,7 @@ #include <device/pci.h> #include <device/pci_ids.h> #include <device/pci_ops.h> +#include <stdio.h> #include <string.h> #include <cbfs.h> #include <cbmem.h> |