summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/vpd/vpd.h2
-rw-r--r--src/include/device/dram/common.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/vpd/vpd.h b/src/drivers/vpd/vpd.h
index 14b002c8f6..244a7be6d7 100644
--- a/src/drivers/vpd/vpd.h
+++ b/src/drivers/vpd/vpd.h
@@ -7,6 +7,8 @@
#ifndef __VPD_H__
#define __VPD_H__
+#include <stdint.h>
+
#define GOOGLE_VPD_2_0_OFFSET 0x600
enum vpd_region {
diff --git a/src/include/device/dram/common.h b/src/include/device/dram/common.h
index 4c6f02eb00..3d380c3c02 100644
--- a/src/include/device/dram/common.h
+++ b/src/include/device/dram/common.h
@@ -18,6 +18,8 @@
#ifndef DEVICE_DRAM_COMMON_H
#define DEVICE_DRAM_COMMON_H
+#include <stdint.h>
+
/**
* \brief Convenience definitions for TCK values
*