libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 1/3] Have dwarf.h include pthread.h


From: Ken Werner
Subject: [Libunwind-devel] [PATCH 1/3] Have dwarf.h include pthread.h
Date: Thu, 13 Oct 2011 17:42:04 +0200

This is required for the pthread_mutex_t type that is beeing used in the
dwarf_rs_cache structure.

Signed-off-by: Ken Werner <address@hidden>
---
 include/dwarf.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/dwarf.h b/include/dwarf.h
index 3fe6b48..1d4f5df 100644
--- a/include/dwarf.h
+++ b/include/dwarf.h
@@ -40,6 +40,7 @@ struct dwarf_cursor;  /* forward-declaration */
 
 #include "dwarf-config.h"
 #include <link.h>
+#include <pthread.h>
 
 /* DWARF expression opcodes.  */
 
-- 
1.7.4.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]