aboutsummaryrefslogtreecommitdiff
path: root/src/include/boot_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/boot_device.h')
-rw-r--r--src/include/boot_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/boot_device.h b/src/include/boot_device.h
index 0848ea5bab..92880664cf 100644
--- a/src/include/boot_device.h
+++ b/src/include/boot_device.h
@@ -20,7 +20,7 @@
#ifndef _BOOT_DEVICE_H_
#define _BOOT_DEVICE_H_
-#include <region.h>
+#include <commonlib/region.h>
/* Return the region_device for the read-only boot device. */
const struct region_device *boot_device_ro(void);