1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/mail/balsa/files/patch-src_threads.h
Joe Marcus Clarke 7beeccbc3c Update to 2.2.1. Balsa 1.4.x is obsolete, and doesn't even build anymore.
This update effectively obsoletes the balsa2 port.
2004-08-06 22:49:11 +00:00

13 lines
288 B
C

--- 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;