summaryrefslogtreecommitdiffstats
path: root/mail/balsa/files/patch-src_threads.h
blob: 585d798ba6f9cf936bd151f91b96c4ca4066d40b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/threads.h.orig  2009-08-30 05:03:26.000000000 -0400
+++ src/threads.h   2009-12-25 12:41:53.000000000 -0500
@@ -23,6 +23,7 @@
 #define __THREADS_H__
 
 #include <unistd.h>
+#include <pthread.h>
 
 /* FIXME: mailbox_lock is really an internal libbalsa mutex. */
 extern pthread_mutex_t mailbox_lock;