summaryrefslogtreecommitdiff
path: root/lib/efi_selftest/efi_selftest_devicepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efi_selftest/efi_selftest_devicepath.c')
-rw-r--r--lib/efi_selftest/efi_selftest_devicepath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efi_selftest/efi_selftest_devicepath.c b/lib/efi_selftest/efi_selftest_devicepath.c
index 4ce3fad895..af0150c7ce 100644
--- a/lib/efi_selftest/efi_selftest_devicepath.c
+++ b/lib/efi_selftest/efi_selftest_devicepath.c
@@ -8,7 +8,9 @@
* DevicePathToText
*/
+#include <compiler.h>
#include <efi_selftest.h>
+#include <asm/types.h>
static struct efi_boot_services *boottime;