mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
5 lines
109 B
C
5 lines
109 B
C
#include <sys/cdefs.h>
|
|
#define __ELF_WORD_SIZE 32
|
|
#define _MACHINE_ELF_WANT_32BIT
|
|
|
|
#include "load_elf_obj.c"
|