diff options
Diffstat (limited to 'src/arch/x86/gdt.c')
-rw-r--r-- | src/arch/x86/gdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/gdt.c b/src/arch/x86/gdt.c index d3ad01e1df..81756ff568 100644 --- a/src/arch/x86/gdt.c +++ b/src/arch/x86/gdt.c @@ -16,6 +16,7 @@ #include <types.h> #include <string.h> #include <cbmem.h> +#include <commonlib/helpers.h> #include <console/console.h> #include <cpu/x86/gdt.h> |