diff options
Diffstat (limited to 'sys/boot/common/load_elf64.c')
-rw-r--r-- | sys/boot/common/load_elf64.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/boot/common/load_elf64.c b/sys/boot/common/load_elf64.c index d5f99d9..c29e8e3 100644 --- a/sys/boot/common/load_elf64.c +++ b/sys/boot/common/load_elf64.c @@ -1,3 +1,6 @@ -/* $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #define __ELF_WORD_SIZE 64 + #include "load_elf.c" |