| changeset 620 | ad8ffc8e1982 |
| parent 590 | 360bd6b35136 |
| 585:238f4cb8391f | 620:ad8ffc8e1982 |
|---|---|
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 |