Skip to content

Commit

Permalink
Merge pull request #10 from coldtobi/fix_dwarf_include_x86
Browse files Browse the repository at this point in the history
Fix the same header confusion as for arm
  • Loading branch information
sstefani authored Jun 21, 2022
2 parents 4007678 + aea870c commit 641f59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/linux-gnu/x86/dwarf-x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 641f59f

Please sign in to comment.