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