From c01ea3f6d682facedd68ced46a60ab9d1c6192b0 Mon Sep 17 00:00:00 2001
From: Ken Werner <ken.werner@linaro.org>
Date: Fri, 9 Sep 2011 09:16:09 +0000
Subject: [PATCH] Have dwarf.h include pthread.h

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

Signed-off-by: Ken Werner <ken.werner@linaro.org>
---
 include/dwarf.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dwarf.h b/include/dwarf.h
index 3fe6b482..1d4f5dfb 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.  */