1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-17 23:31:44 +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:
David Mosberger-Tang 2006-08-10 21:44:14 -06:00
parent 62bacfcf1f
commit b3f25f65af

View file

@ -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 */