1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-26 00:57:39 +01:00

dwarf.h needs atomic_ops.h. So include it.

This commit is contained in:
Arun Sharma 2006-08-16 15:39:52 -06:00 committed by David Mosberger-Tang
parent b3f25f65af
commit be02d9ac0d

View file

@ -26,7 +26,14 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#ifndef dwarf_h
#define dwarf_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_ATOMIC_OPS_H
# include <atomic_ops.h>
#endif
#include <libunwind.h>
struct dwarf_cursor; /* forward-declaration */