Merge pull request #10 from coldtobi/fix_dwarf_include_x86

Fix the same header confusion as for arm
This commit is contained in:
sstefani 2022-06-21 13:01:15 +02:00 committed by GitHub
commit 641f59f871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
#include "common.h"
#include "backend.h"
#include "debug.h"
#include "dwarf.h"
#include "../../../dwarf.h"
#include "library.h"
#include "task.h"