aboutsummaryrefslogtreecommitdiff
path: root/mail/balsa2/files/patch-src_threads.h
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-19 19:21:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-19 19:21:21 +0000
commit29f01dc7dba8f89083c6dce17cbd524a90c944a9 (patch)
tree3d7f32d5544a18532fe67cdba83c4fb9936ae058 /mail/balsa2/files/patch-src_threads.h
parentb6661f5ce41bb3322e701ab3a3caa99732108bcd (diff)
downloadports-29f01dc7dba8f89083c6dce17cbd524a90c944a9.tar.gz
ports-29f01dc7dba8f89083c6dce17cbd524a90c944a9.zip
Notes
Diffstat (limited to 'mail/balsa2/files/patch-src_threads.h')
-rw-r--r--mail/balsa2/files/patch-src_threads.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/balsa2/files/patch-src_threads.h b/mail/balsa2/files/patch-src_threads.h
new file mode 100644
index 000000000000..62c60b878960
--- /dev/null
+++ b/mail/balsa2/files/patch-src_threads.h
@@ -0,0 +1,12 @@
+--- src/threads.h.orig Tue Dec 31 14:06:47 2002
++++ src/threads.h Tue Dec 31 14:07:32 2002
+@@ -21,6 +21,9 @@
+
+ #ifndef __THREADS_H__
+ #define __THREADS_H__
++
++#include <pthread.h>
++
+ /* FIXME: mailbox_lock is really an internal libbalsa mutex. */
+ extern pthread_mutex_t mailbox_lock;
+