Files
bsdports/lang/guile2/files/patch-libguile_pthread-threads.h
2019-12-26 07:26:06 +00:00

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. */