summaryrefslogtreecommitdiffstats
path: root/mail/balsa/files/patch-src_threads.h
blob: 62c60b878960dc6e3f40c3d98e6e550afb52b66b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;