changeset 590 | 360bd6b35136 |
parent 0 | 044383f39525 |
588:c7c26511138f | 590:360bd6b35136 |
---|---|
14 // |
14 // |
15 |
15 |
16 #ifndef ELF_SECTION_HEADER_H |
16 #ifndef ELF_SECTION_HEADER_H |
17 #define ELF_SECTION_HEADER_H |
17 #define ELF_SECTION_HEADER_H |
18 |
18 |
19 #include "elftools/inc/elfdefs.h" |
19 #include <elfdefs.h> |
20 #include <stdint.h> |
20 #include <stdint.h> |
21 |
21 |
22 namespace elf |
22 namespace elf |
23 { |
23 { |
24 class Section_header |
24 class Section_header |