summaryrefslogtreecommitdiff
path: root/src/elf64.h
blob: 1956c73c979ed2e4d02f650d563f2323af542d29 (plain)
1
2
3
4
5
6
7
8
9
#ifndef elf64_h
#define elf64_h

#ifndef UNW_ELF_CLASS
# define UNW_ELF_CLASS UNW_ELFCLASS64
#endif
#include "elfxx.h"

#endif /* elf64_h */