From 14df1f35ba880a205c0fdc1924780d1cf855c72e Mon Sep 17 00:00:00 2001
From: Zeying Xie <swpdtz@gmail.com>
Date: Fri, 26 Apr 2013 00:14:38 +0800
Subject: [PATCH 3/3] Global: change to include system header

Signed-off-by: Zeying Xie <swpdtz@gmail.com>
---
 src/duda_global.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/duda_global.h b/src/duda_global.h
index 90df405..f381c24 100644
--- a/src/duda_global.h
+++ b/src/duda_global.h
@@ -23,7 +23,7 @@
 #define DUDA_GLOBAL_H
 
 #include "MKPlugin.h"
-#include "pthread.h"
+#include <pthread.h>
 
 typedef struct {
     pthread_key_t key;    /* Pthread key unique identifier */
-- 
1.8.2.2

