diff options
Diffstat (limited to 'src/mainboard/asrock/h81m-hds')
-rw-r--r-- | src/mainboard/asrock/h81m-hds/romstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asrock/h81m-hds/romstage.c b/src/mainboard/asrock/h81m-hds/romstage.c index c6bef9f0b4..78eb65785e 100644 --- a/src/mainboard/asrock/h81m-hds/romstage.c +++ b/src/mainboard/asrock/h81m-hds/romstage.c @@ -18,6 +18,7 @@ #include <stdint.h> #include <cpu/intel/romstage.h> #include <cpu/intel/haswell/haswell.h> +#include <device/pnp_ops.h> #include <northbridge/intel/haswell/haswell.h> #include <northbridge/intel/haswell/pei_data.h> #include <southbridge/intel/common/gpio.h> |