mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
$NetBSD: patch-ab,v 1.11 2013/08/16 02:04:25 obache Exp $
|
|
|
|
--- src/threads.h.orig 2011-09-20 18:42:48.000000000 +0000
|
|
+++ src/threads.h
|
|
@@ -23,6 +23,7 @@
|
|
#define __THREADS_H__
|
|
|
|
#include <unistd.h>
|
|
+#include <pthread.h>
|
|
|
|
/* allocated in main.c */
|
|
extern pthread_mutex_t checking_mail_lock;
|