From b3f25f65af04014385ebc4aee8d7d993cb3c0ca8 Mon Sep 17 00:00:00 2001 From: David Mosberger-Tang Date: Thu, 10 Aug 2006 21:44:14 -0600 Subject: [PATCH] [dwarf] Include in dwarf.h since it's testing HAVE_ATOMIC_OPS_H. Reported by Arun Sharma. --- include/dwarf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dwarf.h b/include/dwarf.h index ac70c6bb..689b537c 100644 --- a/include/dwarf.h +++ b/include/dwarf.h @@ -26,6 +26,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #ifndef dwarf_h #define dwarf_h +#include #include struct dwarf_cursor; /* forward-declaration */