opnsense-ports/mail/balsa/files/patch-src_threads.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
304 B
C

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