aboutsummaryrefslogtreecommitdiff
path: root/src/include/fmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/fmap.h')
-rw-r--r--src/include/fmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/fmap.h b/src/include/fmap.h
index 6be6fee974..0f68beeb23 100644
--- a/src/include/fmap.h
+++ b/src/include/fmap.h
@@ -20,8 +20,8 @@
#ifndef _FMAP_H_
#define _FMAP_H_
-#include <region.h>
-#include <fmap_serialized.h>
+#include <commonlib/region.h>
+#include <commonlib/fmap_serialized.h>
/* Locate the fmap directory. Return 0 on success, < 0 on error. */
int find_fmap_directory(struct region_device *fmrd);