HAOUAS Elyes has uploaded this change for review.

View Change

device/pci_rom: Add missing <device/pci_def.h>

Change-Id: I3c49e6916f83e35afb846ff093827522e92fc980
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/device/pci_rom.c
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/37846/1
diff --git a/src/device/pci_rom.c b/src/device/pci_rom.c
index a405dff..f7b978c 100644
--- a/src/device/pci_rom.c
+++ b/src/device/pci_rom.c
@@ -15,6 +15,7 @@
#include <commonlib/endian.h>
#include <device/device.h>
#include <device/pci.h>
+#include <device/pci_def.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <device/pci_rom.h>

To view, visit change 37846. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3c49e6916f83e35afb846ff093827522e92fc980
Gerrit-Change-Number: 37846
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange