mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-23 07:57:38 +01:00
Include "dwarf_i.h" instead of "dwarf.h".
(Logical change 1.294)
This commit is contained in:
parent
c027d98386
commit
b7adf160ee
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#include "dwarf.h"
|
||||
#include "dwarf_i.h"
|
||||
|
||||
HIDDEN struct mempool dwarf_reg_state_pool;
|
||||
HIDDEN struct mempool dwarf_cie_info_pool;
|
||||
|
|
Loading…
Reference in a new issue