mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-18 11:01:41 +01:00
dwarf.h needs atomic_ops.h. So include it.
This commit is contained in:
parent
b3f25f65af
commit
be02d9ac0d
1 changed files with 7 additions and 0 deletions
|
@ -26,7 +26,14 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
#ifndef dwarf_h
|
#ifndef dwarf_h
|
||||||
#define dwarf_h
|
#define dwarf_h
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_ATOMIC_OPS_H
|
||||||
|
# include <atomic_ops.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <libunwind.h>
|
#include <libunwind.h>
|
||||||
|
|
||||||
struct dwarf_cursor; /* forward-declaration */
|
struct dwarf_cursor; /* forward-declaration */
|
||||||
|
|
Loading…
Add table
Reference in a new issue