mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-07 05:41:43 +00:00
708e10e413
* Fix build
9 lines
182 B
C
9 lines
182 B
C
/* radare - LGPL - Copyright 2009-2010 nibble<.ds@gmail.com> */
|
|
|
|
#define R_BIN_ELF64 1
|
|
#include "bin_meta_elf.c"
|
|
|
|
struct r_bin_meta_t r_bin_meta_elf64 = {
|
|
.get_line = &get_line,
|
|
};
|