aboutsummaryrefslogtreecommitdiffstats
path: root/lang/guile2/files/patch-libguile_pthread-threads.h
blob: 97eb6e8d87790669c2de9bfe0b2578e09f054a8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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.  */