mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
13 lines
278 B
C
13 lines
278 B
C
--- libguile/pthread-threads.h.orig 2012-07-02 09:28:13 UTC
|
|
+++ libguile/pthread-threads.h
|
|
@@ -27,6 +27,9 @@
|
|
*/
|
|
|
|
#include <pthread.h>
|
|
+#if HAVE_PTHREAD_NP_H
|
|
+# include <pthread_np.h>
|
|
+#endif
|
|
#include <sched.h>
|
|
|
|
/* `libgc' defines wrapper procedures for pthread calls. */
|