summaryrefslogtreecommitdiff
path: root/src/include/device/dram/common.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-20 19:55:56 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-10-21 14:21:00 +0000
commit749c395f938675ecf5f53a03287ce0fd6379c2e7 (patch)
tree1e4d8e88121e27f9038417d1d2e31935bb492ee5 /src/include/device/dram/common.h
parent91841af6b25c77991fa461b8abbe4717f2de5d3c (diff)
downloadcoreboot-749c395f938675ecf5f53a03287ce0fd6379c2e7.tar.xz
src/{drivers/vpd,include/device/dram}: Add missing 'include <stdint.h>'
Change-Id: Ida74a55b105282d86368f529cfce3523e0e97b02 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36174 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/include/device/dram/common.h')
-rw-r--r--src/include/device/dram/common.h2
1 files changed, 2 insertions, 0 deletions
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
*