diff options
Diffstat (limited to 'mail/balsa2/patches/patch-ab')
-rw-r--r-- | mail/balsa2/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/balsa2/patches/patch-ab b/mail/balsa2/patches/patch-ab new file mode 100644 index 00000000000..8d4cac881bc --- /dev/null +++ b/mail/balsa2/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $ + +--- src/threads.h.orig 2003-01-25 23:04:31.000000000 +1000 ++++ src/threads.h +@@ -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; + |