diff options
Diffstat (limited to 'src/drivers/elog/elog.c')
-rw-r--r-- | src/drivers/elog/elog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/elog/elog.c b/src/drivers/elog/elog.c index cfeb7ce6d7..48270d2034 100644 --- a/src/drivers/elog/elog.c +++ b/src/drivers/elog/elog.c @@ -1,10 +1,10 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <acpi/acpi.h> -#include <bcd.h> #include <boot_device.h> #include <bootstate.h> #include <cbmem.h> +#include <commonlib/bsd/bcd.h> #include <commonlib/bsd/elog.h> #include <commonlib/region.h> #include <console/console.h> |