mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-24 04:12:18 +02:00
[dwarf] Include <config.h> in dwarf.h since it's testing HAVE_ATOMIC_OPS_H.
Reported by Arun Sharma.
This commit is contained in:
parent
62bacfcf1f
commit
b3f25f65af
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
#ifndef dwarf_h
|
||||
#define dwarf_h
|
||||
|
||||
#include <config.h>
|
||||
#include <libunwind.h>
|
||||
|
||||
struct dwarf_cursor; /* forward-declaration */
|
||||
|
|
Loading…
Add table
Reference in a new issue