summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-08-21 18:39:19 -0600
committerSimon Glass <sjg@chromium.org>2011-09-13 15:33:19 -0700
commit36f402167d2fdfd2b20756428bbdaa9559878cde (patch)
treee2ad0791ed224cc6937938e716d5636e397f12ec /include
parentb7f199f50179894f7ba19820a9f7c7e0a35493f8 (diff)
fmap: Add compiler.h header
fmap.h uses uint32_t so it should include compiler.h to get this type. Change-Id: I07c9664eb19b7f0ec445217c49793e7cb67a20db Reviewed-on: http://gerrit.chromium.org/gerrit/7638 Reviewed-by: Stefan Reinauer <reinauer@google.com> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/chromeos/fmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/chromeos/fmap.h b/include/chromeos/fmap.h
index 37efc4b128..13eb3d80bb 100644
--- a/include/chromeos/fmap.h
+++ b/include/chromeos/fmap.h
@@ -11,6 +11,8 @@
#ifndef CHROMEOS_FMAP_H_
#define CHROMEOS_FMAP_H_
+#include <compiler.h>
+
/* Structures to hold Chrome OS specific configuration from the FMAP. */
struct fmap_entry {